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