Uses of Class
org.forgerock.api.models.ApiError
-
Packages that use ApiError Package Description org.forgerock.api.models ForgeRock API Descriptor models.org.forgerock.api.util API Descriptor utility classes. -
-
Uses of ApiError in org.forgerock.api.models
Methods in org.forgerock.api.models that return ApiError Modifier and Type Method Description ApiErrorApiError.Builder. build()Builds the ApiError.static ApiErrorApiError. fromAnnotation(ApiError apiError, ApiDescription descriptor, Class<?> relativeType)Builds an ApiError object from the data in the annotation.ApiErrorErrors. get(String name)Gets theApiErrorfor a given ApiError-name.ApiError[]Operation. getApiErrors()Getter of the error array.Methods in org.forgerock.api.models that return types with arguments of type ApiError Modifier and Type Method Description Map<String,ApiError>Errors. getErrors()Gets aMapof error-names toApiErrors.Methods in org.forgerock.api.models with parameters of type ApiError Modifier and Type Method Description TOperation.Builder. error(ApiError apiError)Sets a single supported error.Errors.BuilderErrors.Builder. put(String name, ApiError apiError)Adds aApiError.Method parameters in org.forgerock.api.models with type arguments of type ApiError Modifier and Type Method Description TOperation.Builder. errors(List<ApiError> apiErrors)Set multiple supported errors. -
Uses of ApiError in org.forgerock.api.util
Methods in org.forgerock.api.util that return ApiError Modifier and Type Method Description ApiErrorReferenceResolver. getError(Reference reference)
-