Show / Hide Table of Contents

Class JsonError

Base class for all JSON-related errors.

Inheritance
System.Object
EasyPostError
JsonError
JsonDeserializationError
JsonNoDataError
JsonSerializationError
Namespace: EasyPost.Exceptions.General
Assembly: EasyPost.dll
Syntax
public abstract class JsonError : EasyPostError

Properties

| Improve this Doc View Source

PrettyPrint

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.

Overrides
EasyPostError.PrettyPrint
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX