Uses of Enum Class
fr.gouv.vitam.functional.administration.common.schema.SchemaErrorCode
Packages that use SchemaErrorCode
-
Uses of SchemaErrorCode in fr.gouv.vitam.functional.administration.common.schema
Methods in fr.gouv.vitam.functional.administration.common.schema that return SchemaErrorCodeModifier and TypeMethodDescriptionErrorReportSchema.getCode()static SchemaErrorCodeReturns the enum constant of this class with the specified name.static SchemaErrorCode[]SchemaErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.functional.administration.common.schema with parameters of type SchemaErrorCodeConstructors in fr.gouv.vitam.functional.administration.common.schema with parameters of type SchemaErrorCodeModifierConstructorDescriptionErrorReportSchema(SchemaErrorCode code, SchemaInputModel schemaInputModel, String message)