Class JsonError
Base class for all JSON-related errors.
Inheritance
System.Object
JsonError
Namespace: EasyPost.Exceptions.General
Assembly: EasyPost.dll
Syntax
public abstract class JsonError : EasyPostError
Properties
| Improve this Doc View SourcePrettyPrint
Get a formatted error string with expanded details about the error.
Declaration
public override string PrettyPrint { get; }
Property Value
| Type | Description |
|---|---|
| System.String | A formatted error string. |