public static final class RejectProblem.ReturnErrorProblem extends NamedInteger
Modifier and Type | Field and Description |
---|---|
static int |
_errorResponseUnexpected |
static int |
_mistypedParameter |
static int |
_unexpectedError |
static int |
_unrecognizedError |
static int |
_unrecognizedInvocation |
static RejectProblem.ReturnErrorProblem |
errorResponseUnexpected |
static int |
MAX_VALUE
Maximum value that a ReturnErrorProblem instance may take (2147483647).
|
static int |
MIN_VALUE
Minimum value that a ReturnErrorProblem instance may take (-2147483648).
|
static RejectProblem.ReturnErrorProblem |
mistypedParameter |
static RejectProblem.ReturnErrorProblem |
unexpectedError |
static RejectProblem.ReturnErrorProblem |
unrecognizedError |
static RejectProblem.ReturnErrorProblem |
unrecognizedInvocation |
Modifier and Type | Method and Description |
---|---|
static RejectProblem.ReturnErrorProblem |
fromValue(int value)
Returns a ReturnErrorProblem for a particular integer value.
|
static RejectProblem.ReturnErrorProblem[] |
namedValues()
Returns an array containing all of ReturnErrorProblem's named numbers.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _unrecognizedInvocation
public static final int _errorResponseUnexpected
public static final int _unrecognizedError
public static final int _unexpectedError
public static final int _mistypedParameter
public static final RejectProblem.ReturnErrorProblem unrecognizedInvocation
public static final RejectProblem.ReturnErrorProblem errorResponseUnexpected
public static final RejectProblem.ReturnErrorProblem unrecognizedError
public static final RejectProblem.ReturnErrorProblem unexpectedError
public static final RejectProblem.ReturnErrorProblem mistypedParameter
public static final int MIN_VALUE
public static final int MAX_VALUE
public static RejectProblem.ReturnErrorProblem fromValue(int value)
public static RejectProblem.ReturnErrorProblem[] namedValues()