public class RequestError extends Object
| Constructor and Description |
|---|
RequestError() |
| Modifier and Type | Method and Description |
|---|---|
BlockscoreErrorType |
getErrorType()
Gets the error type.
|
String |
getMessage()
Gets the error message.
|
String |
getParam()
Gets the invalid parameter.
|
ValidationErrorType |
getValidationErrorCode()
Gets the validation error type.
|
@Nullable public String getParam()
@Nullable public String getMessage()
@NotNull public BlockscoreErrorType getErrorType()
@NotNull public ValidationErrorType getValidationErrorCode()