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 ApiError
ApiError.Builder. build()
Builds the ApiError.static ApiError
ApiError. fromAnnotation(ApiError apiError, ApiDescription descriptor, Class<?> relativeType)
Builds an ApiError object from the data in the annotation.ApiError
Errors. get(String name)
Gets theApiError
for 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 aMap
of error-names toApiError
s.Methods in org.forgerock.api.models with parameters of type ApiError Modifier and Type Method Description T
Operation.Builder. error(ApiError apiError)
Sets a single supported error.Errors.Builder
Errors.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 T
Operation.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 ApiError
ReferenceResolver. getError(Reference reference)
-