Show / Hide Table of Contents

Class MissingPropertyError

Represents an error that occurs due to a missing property on an object.

Inheritance
System.Object
EasyPostError
MissingPropertyError
Namespace: EasyPost.Exceptions.General
Assembly: EasyPost.dll
Syntax
public class MissingPropertyError : 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