Constructor for BackendOutputClientError
Optionaloptions: ErrorOptionsOptionalcauseOptionalstackStatic OptionalprepareOptional override for formatting stack traces
StaticstackStaticcaptureCreate .stack property on a target object
OptionalconstructorOpt: FunctionStaticisThis 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