Serialized Form
-
Package ai.nightfall.scan.model
-
Exception ai.nightfall.scan.model.BaseNightfallException
class BaseNightfallException extends RuntimeException implements Serializable -
Exception ai.nightfall.scan.model.NightfallAPIException
class NightfallAPIException extends BaseNightfallException implements Serializable-
Serialized Fields
-
error
NightfallErrorResponse error
The error returned by the Nightfall API. -
httpStatusCode
int httpStatusCode
The HTTP status code returned by the Nightfall API.
-
-
-
Exception ai.nightfall.scan.model.NightfallClientException
class NightfallClientException extends BaseNightfallException implements Serializable -
Exception ai.nightfall.scan.model.NightfallRequestTimeoutException
class NightfallRequestTimeoutException extends BaseNightfallException implements Serializable
-