AMSStatusResult

AMSStatusResult encapsulates the result status and error details returned by the SDK callback.

getStatus()

Return the status of the current operation.

copy
public AMSStatus getStatus()

Return value

Data type

Description

AMSStatus

Operation status.

getError()

Returns error details.

copy
public AMSResultError getError()

Return value

Data type

Description

AMSResultError

Error details. Returns null when the status is SUCCESS.