Uses of Record Class
edu.suffolk.litlab.efsp.tyler.TylerErrorCodes.Error
Packages that use TylerErrorCodes.Error
-
Uses of TylerErrorCodes.Error in edu.suffolk.litlab.efsp.tyler
Methods in edu.suffolk.litlab.efsp.tyler that return types with arguments of type TylerErrorCodes.ErrorModifier and TypeMethodDescriptionstatic Optional<TylerErrorCodes.Error> TylerErrorCodes.checkErrors(ErrorType error) Returns true on errors from the Tyler / Admin side of the API.Methods in edu.suffolk.litlab.efsp.tyler with parameters of type TylerErrorCodes.ErrorModifier and TypeMethodDescriptionstatic booleanTylerErrorCodes.shouldLogError(TylerErrorCodes.Error error) Method parameters in edu.suffolk.litlab.efsp.tyler with type arguments of type TylerErrorCodes.ErrorModifier and TypeMethodDescriptionstatic jakarta.ws.rs.core.ResponseTylerErrorCodes.mapTylerCodesToHttp(Optional<TylerErrorCodes.Error> maybeError, Supplier<jakarta.ws.rs.core.Response> defaultRespFunc)