RteException
The exception information of the Rte Object.
public class RteException extends Exception {
public Constants.ErrorCode errorCode() {
return Constants.ErrorCode.fromInt(mErrorCode);
}
}
- Since
- v4.5.0
Method
errorCode
Retrieves the error code in RteException.
public Constants.ErrorCode errorCode() {
return Constants.ErrorCode.fromInt(mErrorCode);
}
- Since
- v4.5.0
The error code contained in the exception: ErrorCode