Skip to content

TimedOutError

Raised when a system operation times out.

Inherits from: Error, std.TimedOutError

Constructor

TimedOutError message …

Creates a timeout error. Parameters match Error.

Parameters

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