# ErrorCode

Specifies possible types of errors in the SDK

## Index

### Enumeration members

* [DataUnavailable](#dataunavailable)
* [FatalError](#fatalerror)
* [IdentityNotPresent](#identitynotpresent)
* [InvalidUuid](#invaliduuid)
* [MiddlewareError](#middlewareerror)
* [NotAuthorized](#notauthorized)
* [TransactionAborted](#transactionaborted)
* [TransactionRejectedByUser](#transactionrejectedbyuser)
* [TransactionReverted](#transactionreverted)
* [ValidationError](#validationerror)

## Enumeration members

### DataUnavailable

• **DataUnavailable**: = "DataUnavailable"

*Defined in* [*src/types/index.ts:454*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L454)

### FatalError

• **FatalError**: = "FatalError"

*Defined in* [*src/types/index.ts:448*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L448)

### IdentityNotPresent

• **IdentityNotPresent**: = "IdentityNotPresent"

*Defined in* [*src/types/index.ts:453*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L453)

### InvalidUuid

• **InvalidUuid**: = "InvalidUuid"

*Defined in* [*src/types/index.ts:449*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L449)

### MiddlewareError

• **MiddlewareError**: = "MiddlewareError"

*Defined in* [*src/types/index.ts:452*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L452)

### NotAuthorized

• **NotAuthorized**: = "NotAuthorized"

*Defined in* [*src/types/index.ts:451*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L451)

### TransactionAborted

• **TransactionAborted**: = "TransactionAborted"

*Defined in* [*src/types/index.ts:445*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L445)

### TransactionRejectedByUser

• **TransactionRejectedByUser**: = "TransactionRejectedByUser"

*Defined in* [*src/types/index.ts:446*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L446)

### TransactionReverted

• **TransactionReverted**: = "TransactionReverted"

*Defined in* [*src/types/index.ts:447*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L447)

### ValidationError

• **ValidationError**: = "ValidationError"

*Defined in* [*src/types/index.ts:450*](https://github.com/PolymathNetwork/polymesh-sdk/blob/bf2b7a12/src/types/index.ts#L450)
