Interface: NormalizeUserFacingErrorDetailOptions
Defined in: shared/utils/userFacingErrors.ts:11
Options for normalizeUserFacingErrorDetail.
Propertiesโ
maxLength?โ
readonly optional maxLength?: number;
Defined in: shared/utils/userFacingErrors.ts:17
Maximum returned detail length before an ellipsis is appended.
Default Valueโ
1000;