Constructor for BackendOutputClientError
Optional
options: ErrorOptionsOptional
causeOptional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stackStatic
captureCreate .stack property on a target object
Optional
constructorOpt: FunctionStatic
isThis function is a type predicate for BackendOutputClientError. See https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates.
Checks if error is an BackendOutputClientError by inspecting if required properties are set. This is recommended instead of instanceof operator. The instance of operator does not work as expected if BackendOutputClientError class is loaded from multiple sources, for example when package manager decides to not de-duplicate dependencies. See https://github.com/nodejs/node/issues/17943.
Error type for BackendOutputClientError