Skip to content

API_Base.WebserviceStatus

Class

apex
global enum API_Base.WebserviceStatus

Enum representing the status of a web service call.

Example

apex
API_Base.WebserviceStatus status = API_Base.WebserviceStatus.COMPLETED;

Inner Classes

ClassDescription
ABORTEDThe web service call was aborted before execution.
COMPLETEDThe web service call completed successfully.
FAILEDThe web service call failed with an error.

Value Details

ABORTED

apex
global ABORTED

The web service call was aborted before execution.

COMPLETED

apex
global COMPLETED

The web service call completed successfully.

FAILED

apex
global FAILED

The web service call failed with an error.