Uses of Class
org.sourcelab.buildkite.api.client.response.Error
Packages that use Error
Package
Description
-
Uses of Error in org.sourcelab.buildkite.api.client.exception
Methods in org.sourcelab.buildkite.api.client.exception that return types with arguments of type ErrorModifier and TypeMethodDescriptionInvalidRequestException.getErrors()Get errors associated with the request.Constructor parameters in org.sourcelab.buildkite.api.client.exception with type arguments of type ErrorModifierConstructorDescriptionInvalidRequestException(String message, List<Error> errors) Constructor. -
Uses of Error in org.sourcelab.buildkite.api.client.response
Methods in org.sourcelab.buildkite.api.client.response that return types with arguments of type ErrorModifier and TypeMethodDescriptionErrorResponse.getErrors()Optionally returned by API, the specific fields with errors.Constructor parameters in org.sourcelab.buildkite.api.client.response with type arguments of type Error