|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorType | |
---|---|
de.knipp.rritoolkit.response |
Uses of ErrorType in de.knipp.rritoolkit.response |
---|
Fields in de.knipp.rritoolkit.response with type parameters of type ErrorType | |
---|---|
private static ErrorMapper<ErrorType> |
ErrorType.mapper
the mapper |
Methods in de.knipp.rritoolkit.response that return ErrorType | |
---|---|
static ErrorType |
ErrorType.test(Response resp,
ErrorType... codes)
test whether any of the given error codes occur in the response. |
static ErrorType |
ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ErrorType[] |
ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.knipp.rritoolkit.response that return types with arguments of type ErrorType | |
---|---|
static java.util.EnumSet<ErrorType> |
ErrorType.getErrors(ErrorCode ec)
return a collection of all detected errors |
static java.util.EnumSet<ErrorType> |
ErrorType.getErrors(Response resp)
create a summary of all errors occurring in the response. |
Methods in de.knipp.rritoolkit.response with parameters of type ErrorType | |
---|---|
static java.util.List<ResultMessage> |
ErrorType.filter(Response resp,
ErrorType... codes)
filter those result messages that match one of the given codes |
static ErrorType |
ErrorType.test(Response resp,
ErrorType... codes)
test whether any of the given error codes occur in the response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |