AMSResultError

AMSResultError encapsulates detailed context information when errors occur during an operation, including error codes, description text, and log ID used for tracking.

getCode()

Return the error code for the current operation.

copy
public String? getCode()

Return value

Type

Description

String

Error code, indicating the type of error.

getMessage()

Return readable error description messages.

copy
public String? getMessage()

Return value

Type

Description

String

Readable error description messages.