WorkRequestError¶
-
class
oci.waas.models.
WorkRequestError
(**kwargs)¶ Bases:
object
An object returned in the event of a work request error.
Methods
__init__
(**kwargs)Initializes a new WorkRequestError object with values from keyword arguments. Attributes
code
Gets the code of this WorkRequestError. message
Gets the message of this WorkRequestError. timestamp
Gets the timestamp of this WorkRequestError. -
__init__
(**kwargs)¶ Initializes a new WorkRequestError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - code (str) – The value to assign to the code property of this WorkRequestError.
- message (str) – The value to assign to the message property of this WorkRequestError.
- timestamp (datetime) – The value to assign to the timestamp property of this WorkRequestError.
-
code
¶ Gets the code of this WorkRequestError. A machine-usable code for the error that occurred.
Returns: The code of this WorkRequestError. Return type: str
-
message
¶ Gets the message of this WorkRequestError. The error message.
Returns: The message of this WorkRequestError. Return type: str
-
timestamp
¶ Gets the timestamp of this WorkRequestError. The date and time the work request error happened, expressed in RFC 3339 timestamp format.
Returns: The timestamp of this WorkRequestError. Return type: datetime
-