Skip to content

Variable: E_UNDECODABLE_RESPONSE()

ts
const E_UNDECODABLE_RESPONSE: (
  message?: string,
  options?: ErrorOptions,
) => BaseException;

Parameters

ParameterType
message?string
options?ErrorOptions

Returns

BaseException