Represents a HiveMP system error that occurred during service operation. This may be returned from the APIs if they fail to complete successfully.
code |
Description | The unique numeric error code which can be used to programmatically identify what type of error occurred. |
---|---|---|
Type | integer | |
data |
Description | Userdata associated with the error; varies according to the type of error. |
Type | HiveMPSystemErrorData | |
fields |
Description | Userdata associated with the error; varies according to the type of error. |
Type | string | |
message |
Description | The human-readable representation of the error that occurred. |
Type | string |