Uses of Class
fr.gouv.vitam.common.error.VitamError
-
-
Uses of VitamError in fr.gouv.vitam.access.external.client.exception
Methods in fr.gouv.vitam.access.external.client.exception that return VitamError Modifier and Type Method Description <T> VitamError<T>
AdminExternalClientException. getVitamError()
Constructors in fr.gouv.vitam.access.external.client.exception with parameters of type VitamError Constructor Description AdminExternalClientException(java.lang.String message, javax.ws.rs.core.Response.Status status, VitamError<?> vitamError)
-
Uses of VitamError in fr.gouv.vitam.common.client
Methods in fr.gouv.vitam.common.client that return VitamError Modifier and Type Method Description VitamError
AdminClient. adminAutotest()
Check the dependencies and return a VitamError status where getHttpCode contains either 200 for OK or 503 for error and a sub list of VitamErrors for each tested subservicesVitamError<com.fasterxml.jackson.databind.JsonNode>
DefaultAdminClient. adminAutotest()
-
Uses of VitamError in fr.gouv.vitam.common.dsl.schema
Constructors in fr.gouv.vitam.common.dsl.schema with parameters of type VitamError Constructor Description ValidationException(VitamError vitamError)
-
Uses of VitamError in fr.gouv.vitam.common.error
Methods in fr.gouv.vitam.common.error that return VitamError Modifier and Type Method Description VitamError<T>
VitamError. addAllErrors(java.util.List<VitamError<T>> errors)
VitamError<T>
VitamError. addToErrors(VitamError<T> error)
static VitamError<com.fasterxml.jackson.databind.JsonNode>
VitamError. getFromJsonNode(com.fasterxml.jackson.databind.JsonNode node)
static <T> VitamError<T>
VitamError. getFromJsonNode(com.fasterxml.jackson.databind.JsonNode node, java.lang.Class<T> clasz)
static <T> VitamError<T>
VitamError. newVitamError(java.lang.Class<T> clasz)
VitamError<T>
VitamError. setCode(java.lang.String code)
VitamError<T>
VitamError. setContext(java.lang.String context)
VitamError<T>
VitamError. setDescription(java.lang.String description)
VitamError<T>
VitamError. setHttpCode(int httpCode)
VitamError<T>
VitamError. setMessage(java.lang.String message)
VitamError<T>
VitamError. setState(java.lang.String state)
static VitamError<com.fasterxml.jackson.databind.JsonNode>
VitamCodeHelper. toVitamError(VitamCode vitamCode, java.lang.String description)
Transform a vitamCode to a VitamError with the given descriptionstatic <T> VitamError<T>
VitamCodeHelper. toVitamError(VitamCode vitamCode, java.lang.String description, java.lang.Class<T> clasz)
Transform a vitamCode to a VitamError with the given descriptionMethods in fr.gouv.vitam.common.error that return types with arguments of type VitamError Modifier and Type Method Description java.util.List<VitamError<T>>
VitamError. getErrors()
Methods in fr.gouv.vitam.common.error with parameters of type VitamError Modifier and Type Method Description VitamError<T>
VitamError. addToErrors(VitamError<T> error)
Method parameters in fr.gouv.vitam.common.error with type arguments of type VitamError Modifier and Type Method Description VitamError<T>
VitamError. addAllErrors(java.util.List<VitamError<T>> errors)
-
Uses of VitamError in fr.gouv.vitam.common.exception
Methods in fr.gouv.vitam.common.exception that return VitamError Modifier and Type Method Description <T> VitamError<T>
VitamException. getVitamError()
Methods in fr.gouv.vitam.common.exception with parameters of type VitamError Modifier and Type Method Description void
VitamException. setVitamError(VitamError<?> vitamError)
Constructors in fr.gouv.vitam.common.exception with parameters of type VitamError Constructor Description ExpectationFailedClientException(VitamError vitamError)
ForbiddenClientException(VitamError vitamError)
PreconditionFailedClientException(VitamError vitamError)
VitamDBException(VitamError vitamError)
constructor.VitamException(VitamError<?> vitamError)
-
Uses of VitamError in fr.gouv.vitam.common.external.client
Methods in fr.gouv.vitam.common.external.client that return VitamError Modifier and Type Method Description VitamError
AdminClient. adminAutotest()
Check the dependencies and return a VitamError status where getHttpCode contains either 200 for OK or 503 for error and a sub list of VitamErrors for each tested subservicesVitamError
DefaultAdminClient. adminAutotest()
-
Uses of VitamError in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return VitamError Modifier and Type Method Description VitamError
RequestResponseError. getError()
static VitamError<com.fasterxml.jackson.databind.JsonNode>
RequestResponse. parseVitamError(javax.ws.rs.core.Response response)
static <T> VitamError<T>
RequestResponse. parseVitamError(javax.ws.rs.core.Response response, java.lang.Class<T> clasz)
Methods in fr.gouv.vitam.common.model with parameters of type VitamError Modifier and Type Method Description RequestResponseError
RequestResponseError. setError(VitamError error)
RequestResponseError constructor -
Uses of VitamError in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return VitamError Modifier and Type Method Description static VitamError<com.fasterxml.jackson.databind.JsonNode>
VitamErrorUtils. getVitamError(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state)
static <T> VitamError<T>
VitamErrorUtils. getVitamError(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state, java.lang.Class<T> clasz)
static VitamError<com.fasterxml.jackson.databind.JsonNode>
VitamErrorUtils. getVitamErrorWithMessage(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state, java.lang.String message)
static <T> VitamError<T>
VitamErrorUtils. getVitamErrorWithMessage(java.lang.String vitamCode, java.lang.String description, java.lang.String collection, StatusCode state, java.lang.String message, java.lang.Class<T> clasz)
-
Uses of VitamError in fr.gouv.vitam.functional.administration.core.archiveunitprofiles
Methods in fr.gouv.vitam.functional.administration.core.archiveunitprofiles with parameters of type VitamError Modifier and Type Method Description boolean
ArchiveUnitProfileManager. validateArchiveUnitProfile(ArchiveUnitProfileModel profile, VitamError error)
-
Uses of VitamError in fr.gouv.vitam.functional.administration.core.profile
Methods in fr.gouv.vitam.functional.administration.core.profile with parameters of type VitamError Modifier and Type Method Description boolean
ProfileManager. validateProfile(ProfileModel profile, VitamError error)
boolean
ProfileManager. validateProfileFile(ProfileModel profileModel, java.io.File file, VitamError error)
Validate if the profile file is valide XSD => is file xsd is xml valide RNG => if file rng is xml valide, rng valide, check default values if already exists in vitamboolean
ProfileManager. validateRNG(java.io.File file, VitamError error)
TODO 1.boolean
ProfileManager. validateXSD(java.io.File file, VitamError error)
Just check if inputStream is xml valid -
Uses of VitamError in fr.gouv.vitam.ingest.external.api.exception
Constructors in fr.gouv.vitam.ingest.external.api.exception with parameters of type VitamError Constructor Description IngestExternalClientException(VitamError vitamError)
IngestExternalClientNotFoundException(VitamError vitamError)
IngestExternalClientServerException(VitamError vitamError)
-
Uses of VitamError in fr.gouv.vitam.logbook.administration.audit.exception
Methods in fr.gouv.vitam.logbook.administration.audit.exception that return VitamError Modifier and Type Method Description VitamError
LogbookAuditException. getVitamError()
Methods in fr.gouv.vitam.logbook.administration.audit.exception with parameters of type VitamError Modifier and Type Method Description void
LogbookAuditException. setVitamError(VitamError vitamError)
Constructors in fr.gouv.vitam.logbook.administration.audit.exception with parameters of type VitamError Constructor Description LogbookAuditException(VitamError vitamError)
-
Uses of VitamError in fr.gouv.vitam.metadata.api.exception
Constructors in fr.gouv.vitam.metadata.api.exception with parameters of type VitamError Constructor Description MetaDataException(VitamError vitamError)
ConstructorMetaDataExecutionException(VitamError vitamError)
ConstructorMetadataScrollLimitExceededException(VitamError<?> vitamError)
MetadataScrollThresholdExceededException(VitamError<?> vitamError)
-
Uses of VitamError in fr.gouv.vitam.storage.engine.server.exception
Constructors in fr.gouv.vitam.storage.engine.server.exception with parameters of type VitamError Constructor Description VitamSyncException(VitamError vitamError)
-
Uses of VitamError in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception
Constructors in fr.gouv.vitam.worker.core.plugin.computeinheritedrules.exception with parameters of type VitamError Constructor Description ComputedInheritedRulesException(VitamError vitamError, StatusCode statusCode)
-
Uses of VitamError in fr.gouv.vitam.worker.core.plugin.evidence.exception
Constructors in fr.gouv.vitam.worker.core.plugin.evidence.exception with parameters of type VitamError Constructor Description DataRectificationException(VitamError vitamError)
-