Uses of Class
com.oracle.bmc.cims.model.ErrorCode
-
Packages that use ErrorCode Package Description com.oracle.bmc.cims.model -
-
Uses of ErrorCode in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return ErrorCode Modifier and Type Method Description static ErrorCode
ErrorCode. create(String key)
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.
-