failureCode property
Returned if the change set is in FAILED
status. Can be either
CLIENT_ERROR
, which means that there are issues with the
request (see the ErrorDetailList
), or
SERVER_FAULT
, which means that there is a problem in the
system, and you should retry your request.
Implementation
final FailureCode? failureCode;