Class EasyPostError
Base class for all EasyPost exceptions.
Inheritance
System.Object
EasyPostError
Namespace: EasyPost.Exceptions
Assembly: EasyPost.dll
Syntax
public abstract class EasyPostError : Exception
Properties
| Improve this Doc View SourcePrettyPrint
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. |