AMSStatusResult
AMSStatusResult is a status result object used to indicate whether the operation was successful and contains error details.
getStatus()
Return the current operation status.
copy
public AMSStatus? getStatus()Return value
Type | Description |
Operation status. |
getError()
Return error details.
copy
public AMSResultError? getError()Return value
Type | Description |
Error details. When |