Uses of Class
fr.gouv.vitam.functional.administration.common.schema.SchemaErrorCode
-
Packages that use SchemaErrorCode Package Description fr.gouv.vitam.functional.administration.common.schema -
-
Uses of SchemaErrorCode in fr.gouv.vitam.functional.administration.common.schema
Methods in fr.gouv.vitam.functional.administration.common.schema that return SchemaErrorCode Modifier and Type Method Description SchemaErrorCode
ErrorReportSchema. getCode()
static SchemaErrorCode
SchemaErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SchemaErrorCode[]
SchemaErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.functional.administration.common.schema with parameters of type SchemaErrorCode Modifier and Type Method Description ErrorReportSchema
ErrorReportSchema. setCode(SchemaErrorCode code)
Constructors in fr.gouv.vitam.functional.administration.common.schema with parameters of type SchemaErrorCode Constructor Description ErrorReportSchema(SchemaErrorCode code, SchemaInputModel schemaInputModel, java.lang.String message)
-