API Statuses
S: Indicates that the API performed all the operations requested by its caller.
A success return status may or may not be accompanied by messages in the API message list.
Currently, the Resource Manager APIs do not provide a message for a return status of success.
E: Indicates that the API failed to perform one or more of the operations requested by its caller.
An error return status is accompanied by one or more messages describing the error.
U: Indicates that the API encountered an error condition it did not expect, or could not handle,
and that it is unable to continue with its regular processing.
For example, certain programming errors such as attempting to divide by zero causes this error.
These types of errors usually cannot be corrected by the user and requires a system administrator or application developer
to correct.
S: Indicates that the API performed all the operations requested by its caller.
A success return status may or may not be accompanied by messages in the API message list.
Currently, the Resource Manager APIs do not provide a message for a return status of success.
E: Indicates that the API failed to perform one or more of the operations requested by its caller.
An error return status is accompanied by one or more messages describing the error.
U: Indicates that the API encountered an error condition it did not expect, or could not handle,
and that it is unable to continue with its regular processing.
For example, certain programming errors such as attempting to divide by zero causes this error.
These types of errors usually cannot be corrected by the user and requires a system administrator or application developer
to correct.
No comments:
Post a Comment