Namespace EasyPost.Exceptions.General
Classes
EndOfPaginationError
Represents an error that occurs when there are no more pages of a paginated collection to retrieve from the EasyPost API.
FilteringError
Represents an error that occurs while running a filtering operation.
InvalidFunctionError
Represents an error that occurs due to an invalid function call.
InvalidObjectError
Represents an error that occurs due to an invalid object.
InvalidParameterError
Represents an error that occurs due to an invalid parameter.
InvalidParameterPairError
Represents an error that occurs due to an invalid parameter pair.
JsonDeserializationError
Represents an error that occurs while deserializing JSON.
JsonError
Base class for all JSON-related errors.
JsonNoDataError
Represents an error that occurs while deserializing JSON with no data.
JsonSerializationError
Represents an error that occurs while serializing JSON.
MissingParameterError
Represents an error that occurs due to a missing parameter.
MissingPropertyError
Represents an error that occurs due to a missing property on an object.
SignatureVerificationError
Represents an error that occurs during signature verification.
ValidationError
Base class for all validation errors.