Skip to content

BrokenPipeError

A pipe or connection was closed by its reader.

Inherits from: Error

Constructor

BrokenPipeError message …

Creates the error. Parameters match Error.

Parameters

NameTypeDescription
message Str Error message.
:code? ErrorCode Underlying platform code.