Class MissingPropertyError
Represents an error that occurs due to a missing property on an object.
Namespace: EasyPost.Exceptions.General
Assembly: EasyPost.dll
Syntax
public class MissingPropertyError : 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. |