class

OpenAI::AuditLogLogoutFailed

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

new(error_code : String | Nil = nil, error_message : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

error_code

The error code of the failure.

Source
error_code=(error_code : String | Nil)

The error code of the failure.

Source
error_message

The error message of the failure.

Source
error_message=(error_message : String | Nil)

The error message of the failure.

Source