# GC.Spread.Sheets.IO.ErrorCode

## Content

# Enumeration: ErrorCode

[Sheets](../modules/GC.Spread.Sheets).[IO](../modules/GC.Spread.Sheets.IO).ErrorCode

Specifies the io error code.

## Table of contents

### Enumeration members

- [fileFormatError](GC.Spread.Sheets.IO.ErrorCode#fileformaterror)
- [fileIOError](GC.Spread.Sheets.IO.ErrorCode#fileioerror)
- [invalidPassword](GC.Spread.Sheets.IO.ErrorCode#invalidpassword)
- [noPassword](GC.Spread.Sheets.IO.ErrorCode#nopassword)

## Enumeration members

### <a id="fileformaterror" name="fileformaterror"></a> fileFormatError

• **fileFormatError** = `1`

 Incorrect file format.

___

### <a id="fileioerror" name="fileioerror"></a> fileIOError

• **fileIOError** = `0`

 File read and write exception.

___

### <a id="invalidpassword" name="invalidpassword"></a> invalidPassword

• **invalidPassword** = `3`

 invalid Password.

___

### <a id="nopassword" name="nopassword"></a> noPassword

• **noPassword** = `2`

 Need a password.
