Uses of Class
org.forgerock.api.annotations.ApiError
-
Packages that use ApiError Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of ApiError in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return ApiError Modifier and Type Method Description ApiError[]
errors()
Operation specific error definitions. -
Uses of ApiError in org.forgerock.api.models
Methods in org.forgerock.api.models with parameters of type ApiError Modifier and Type Method Description static ApiError
ApiError. fromAnnotation(ApiError apiError, ApiDescription descriptor, Class<?> relativeType)
Builds an ApiError object from the data in the annotation.
-