Server API symbols
TapServerErrorCode
Every code the handler answers with itself, as a union of its own values.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every code the handler answers with itself, as a union of its own values.
type TapServerErrorCode = typeof SERVER_ERROR_CODES[keyof typeof SERVER_ERROR_CODES];
Was this page helpful?