Show / Hide Table of Contents

Class EasyPostError

Base class for all EasyPost exceptions.

Inheritance
System.Object
EasyPostError
ApiError
ExternalApiError
EndOfPaginationError
FilteringError
InvalidObjectError
JsonError
MissingPropertyError
SignatureVerificationError
ValidationError
Namespace: EasyPost.Exceptions
Assembly: EasyPost.dll
Syntax
public abstract class EasyPostError : Exception

Properties

| Improve this Doc View Source

PrettyPrint

Get a formatted error string with expanded details about the EasyPost API error.

Declaration
public abstract string PrettyPrint { get; }
Property Value
Type Description
System.String

A formatted error string.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX