EMS.Status

Summary
EMS.Status
Enumerations
OKThe request was processed perfectly.
BAD_REQUESTThe request was missing something, such as a parameter or such.
NOT_FOUNDUnable to find the resource you requested.
INTERNAL_SERVER_ERRORUsed to indicate something bad happened on the server side.

Enumerations

OK

The request was processed perfectly.

BAD_REQUEST

The request was missing something, such as a parameter or such.

NOT_FOUND

Unable to find the resource you requested.

INTERNAL_SERVER_ERROR

Used to indicate something bad happened on the server side.

Close