PaginationResponse<T extends Object>.error constructor
PaginationResponse<T extends Object>.error ()
Constructs a PaginationResponse instance with an error status.
Implementation
PaginationResponse.error() : this._(status: Status.error);