ExtensionMessagesError¶
-
class
oci.identity_domains.models.
ExtensionMessagesError
(**kwargs)¶ Bases:
object
Extension schema for error messages providing more details with the exception status. Returns messageId corresponding to the detailed error message and optionally additional data related to the error condition - for example reason for authentication failure such as user is disabled or locked.
Methods
__init__
(**kwargs)Initializes a new ExtensionMessagesError object with values from keyword arguments. Attributes
additional_data
Gets the additional_data of this ExtensionMessagesError. message_id
Gets the message_id of this ExtensionMessagesError. -
__init__
(**kwargs)¶ Initializes a new ExtensionMessagesError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - message_id (str) – The value to assign to the message_id property of this ExtensionMessagesError.
- additional_data (object) – The value to assign to the additional_data property of this ExtensionMessagesError.
-
additional_data
¶ Gets the additional_data of this ExtensionMessagesError. Contains Map based additional data for the exception message (as key-value pair). All keys and values are in string format.
Returns: The additional_data of this ExtensionMessagesError. Return type: object
-
message_id
¶ Gets the message_id of this ExtensionMessagesError. Internal error keyword pointing to the exception status message. REQUIRED.
Returns: The message_id of this ExtensionMessagesError. Return type: str
-