Uses of Class
ai.nightfall.scan.model.NightfallErrorResponse
Packages that use NightfallErrorResponse
-
Uses of NightfallErrorResponse in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return NightfallErrorResponseModifier and TypeMethodDescriptionNightfallAPIException.getError()Get the error object returned by Nightfall.Methods in ai.nightfall.scan.model that return types with arguments of type NightfallErrorResponseModifier and TypeMethodDescriptionFileScanWebhookNotification.getErrors()Get the list of errors that occurred while processing the request.Constructors in ai.nightfall.scan.model with parameters of type NightfallErrorResponseModifierConstructorDescriptionNightfallAPIException(String message, NightfallErrorResponse error, int httpStatusCode) Create a new instance of the exception.