Configuration options for the tryCatch function.
The type of error class to use for error transformation
// Basic configuration{ defaultStatus: 400 }// With custom error class{ ErrorClass: ApiError, defaultStatus: 500 } Copy
// Basic configuration{ defaultStatus: 400 }// With custom error class{ ErrorClass: ApiError, defaultStatus: 500 }
Configuration options for the tryCatch function.