Uses of Class
org.forgerock.api.models.ApiError
Packages that use ApiError
Package
Description
ForgeRock API Descriptor models.
API Descriptor utility classes.
-
Uses of ApiError in org.forgerock.api.models
Methods in org.forgerock.api.models that return ApiErrorModifier and TypeMethodDescriptionApiError.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.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 ApiErrorMethods in org.forgerock.api.models with parameters of type ApiErrorMethod parameters in org.forgerock.api.models with type arguments of type ApiError -
Uses of ApiError in org.forgerock.api.util
Methods in org.forgerock.api.util that return ApiError