Static ReadonlyDEFAULT_Default help link template for error codes. The {errorCode} token will be replaced with the actual error code.
StaticgenerateGenerates a typed exception with error code and help link. The message format is: [CODE] - [message] - [helplink]
The constructor of the error type to create
The error definition containing code, description, and optional help link
OptionalinnerException: ErrorOptional inner exception
Optionalparams: { [key: string]: string }Optional parameters object for message formatting with key-value pairs
A new exception instance with error code and help link, typed as AgentError
Helper class for generating exceptions with error codes.