Uses of Class
fr.gouv.vitam.metadata.client.ErrorMessage
-
Packages that use ErrorMessage Package Description fr.gouv.vitam.metadata.client Provides Metadata client interface, factory and implementations. -
-
Uses of ErrorMessage in fr.gouv.vitam.metadata.client
Methods in fr.gouv.vitam.metadata.client that return ErrorMessage Modifier and Type Method Description static ErrorMessage
ErrorMessage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ErrorMessage[]
ErrorMessage. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-