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
| Name | Type | Description |
|---|---|---|
message |
Str |
Error message. |
:code? |
ErrorCode |
Underlying platform code. |