Show / Hide Table of Contents

Class EndOfPaginationError

Represents an error that occurs when there are no more pages of a paginated collection to retrieve from the EasyPost API.

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