-
public final class TruvError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumTruvError.ErrorCode
-
Constructor Summary
Constructors Constructor Description TruvError(String type, TruvError.ErrorCode code, String message)
-
Method Summary
Modifier and Type Method Description final StringgetType()final TruvError.ErrorCodegetCode()final StringgetMessage()final JSONObjecttoJson()-
-
Constructor Detail
-
TruvError
TruvError(String type, TruvError.ErrorCode code, String message)
-
-
Method Detail
-
getCode
final TruvError.ErrorCode getCode()
-
getMessage
final String getMessage()
-
toJson
final JSONObject toJson()
-
-
-
-