class ForbiddenException
ForbiddenException(error: String, code: ForbiddenErrorType? = null, details: Map<String, String?>) |
var code: ForbiddenErrorType?
Unique error code. |
|
var details: Map<String, String?>
This map contains only one pair with key "message" and value describing it. |
|
var error: String
Basically, it's Class.getSimpleName of exception occured. |