Skip to content

InvalidInputError

Raised when a system operation receives invalid input.

Inherits from: Error, std.ValueError

Constructor

InvalidInputError message …

Creates an invalid-input error. Parameters match Error.

Parameters

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