API_Base.WebserviceStatus
Class
apex
global enum API_Base.WebserviceStatusEnum representing the status of a web service call.
Since: 1.0
Example:
apex
API_Base.WebserviceStatus status = API_Base.WebserviceStatus.COMPLETED;Values
| Value | Description |
|---|---|
| global ABORTED | The web service call was aborted before execution. |
| global COMPLETED | The web service call completed successfully. |
| global FAILED | The web service call failed with an error. |
Value Details
ABORTED
apex
global ABORTEDThe web service call was aborted before execution.
COMPLETED
apex
global COMPLETEDThe web service call completed successfully.
FAILED
apex
global FAILEDThe web service call failed with an error.