API_Base.WebserviceStatus
Class
apex
global enum API_Base.WebserviceStatusEnum representing the status of a web service call.
Example
apex
API_Base.WebserviceStatus status = API_Base.WebserviceStatus.COMPLETED;Inner Classes
| Class | Description |
|---|---|
| ABORTED | The web service call was aborted before execution. |
| COMPLETED | The web service call completed successfully. |
| 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.