Uses of Class
org.openiam.provision.constant.ErrorCode
-
Packages that use ErrorCode Package Description org.openiam.base.response org.openiam.provision.constant -
-
Uses of ErrorCode in org.openiam.base.response
Fields in org.openiam.base.response declared as ErrorCode Modifier and Type Field Description protected ErrorCodeResponseType. errorMethods in org.openiam.base.response that return ErrorCode Modifier and Type Method Description ErrorCodeResponseType. getError()Gets the value of the error property.Methods in org.openiam.base.response with parameters of type ErrorCode Modifier and Type Method Description voidResponseType. setError(ErrorCode value)Sets the value of the error property. -
Uses of ErrorCode in org.openiam.provision.constant
Methods in org.openiam.provision.constant that return ErrorCode Modifier and Type Method Description static ErrorCodeErrorCode. fromValue(String v)static ErrorCodeErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-