XmBindIdError

class XmBindIdError

class XmBindIdError
: public RuntimeException

An object representing SDK errors or failed authentication errors.

Members

public XmBindIdErrorCode getCode()

Error code representing what happened.

public String getMessage()

Error description.

public String getErrorUri()

A URI identifying a human-readable web page containing information about the error, if available.

protected void setCode(XmBindIdErrorCode code)

Error code representing what happened.

protected void setMessage(String message)

Error description.

protected void setErrorUri(@Nullable String errorUri)

A URI identifying a human-readable web page containing information about the error, if available.