Interface IOTelExceptionWithName
interface IOTelExceptionWithName { code?: string | number; message?: string; name: string; stack?: string; } Properties
Optionalcode
code?: string | number
Optionalmessage
message?: string
Optionalstack
stack?: string