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 ErrorCode
ResponseType. error
Methods in org.openiam.base.response that return ErrorCode Modifier and Type Method Description ErrorCode
ResponseType. getError()
Gets the value of the error property.Methods in org.openiam.base.response with parameters of type ErrorCode Modifier and Type Method Description void
ResponseType. 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 ErrorCode
ErrorCode. fromValue(String v)
static ErrorCode
ErrorCode. 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.
-