Class EndOfPaginationError
Represents an error that occurs when there are no more pages of a paginated collection to retrieve from the EasyPost API.
Namespace: EasyPost.Exceptions.General
Assembly: EasyPost.dll
Syntax
public class EndOfPaginationError : 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. |