Skip to content

ReadOnlyFilesystemError

An operation attempted to modify a read-only filesystem.

Inherits from: Error

Constructor

ReadOnlyFilesystemError message …

Creates the error. Parameters match Error.

Parameters

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