(code: number, msg: string, requestId: string)
| 22 | } |
| 23 | |
| 24 | export function errEnvelope(code: number, msg: string, requestId: string): Envelope<null> { |
| 25 | return { code, msg, data: null, request_id: requestId }; |
| 26 | } |
no outgoing calls
no test coverage detected