| 110 | } |
| 111 | |
| 112 | export class ApiError extends HTTPException { |
| 113 | public readonly code: ErrorCodesType; |
| 114 | public readonly success: boolean; |
| 115 | public readonly rateLimit?: RateLimitErrorResponse; |
nothing calls this directly
no outgoing calls
no test coverage detected