| 72 | ) {} |
| 73 | |
| 74 | export class InvalidCursorError extends Schema.TaggedErrorClass<InvalidCursorError>()( |
| 75 | "InvalidCursorError", |
| 76 | { message: Schema.String }, |
| 77 | { httpApiStatus: 400 }, |
nothing calls this directly
no outgoing calls
no test coverage detected