Skip to content

API_Base.WebserviceStatus

Class

apex
global enum API_Base.WebserviceStatus

Enum representing the status of a web service call.

Since: 1.0

Example:

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

Values

ValueDescription
global ABORTEDThe web service call was aborted before execution.
global COMPLETEDThe web service call completed successfully.
global 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.