Table of Contents

Enum StorageOperationErrorCode

Namespace
nanoFramework.Tools.Debugger.WireProtocol
Assembly
nanoFramework.Tools.DebugLibrary.Net.dll

Storage operation error codes.

public enum StorageOperationErrorCode : uint

Fields

DeleteError = 32

Delete error.

NoError = 1

No error.

NotSupported = 65535

Target does not support storage operations.

PlatformError = 48

Platform dependent error.

WriteError = 16

Write error.