Uses of Interface
org.gcube.common.gxrest.response.outbound.ErrorCode
Packages that use ErrorCode
Package
Description
Core data held by a response.
Inbound responses for client applications.
Outbound responses for web applications.
-
Uses of ErrorCode in org.gcube.common.gxrest.response.entity
Constructors in org.gcube.common.gxrest.response.entity with parameters of type ErrorCode -
Uses of ErrorCode in org.gcube.common.gxrest.response.inbound
Methods in org.gcube.common.gxrest.response.inbound that return ErrorCodeModifier and TypeMethodDescriptionGXInboundResponse.getErrorCode()Gets theErrorCodeinside the entity. -
Uses of ErrorCode in org.gcube.common.gxrest.response.outbound
Classes in org.gcube.common.gxrest.response.outbound that implement ErrorCodeMethods in org.gcube.common.gxrest.response.outbound with type parameters of type ErrorCodeModifier and TypeMethodDescriptionCodeFinder.findAndConvert(ErrorCode code, E[] codes) Finds and convert the given code as enum value.Methods in org.gcube.common.gxrest.response.outbound with parameters of type ErrorCodeModifier and TypeMethodDescriptionCodeFinder.findAndConvert(ErrorCode code, E[] codes) Finds and convert the given code as enum value.static voidGXOutboundErrorResponse.throwErrorCode(ErrorCode code) Throws the error code to the client.static voidGXOutboundErrorResponse.throwErrorCode(ErrorCode code, jakarta.ws.rs.core.Response.Status status) Returns the error code to the client with the HTTP status.Constructors in org.gcube.common.gxrest.response.outbound with parameters of type ErrorCodeModifierConstructorDescriptionLocalCodeException(ErrorCode code) Creates a new local code exception.