Skip to content

UnsupportedError

Raised when a system operation is unsupported.

Inherits from: Error, std.UnsupportedError

Constructor

UnsupportedError message …

Creates an unsupported-operation error. Parameters match Error.

Parameters

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