# 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:474*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L474)

### FatalError

• **FatalError**: = "FatalError"

*Defined in* [*src/types/index.ts:468*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L468)

### IdentityNotPresent

• **IdentityNotPresent**: = "IdentityNotPresent"

*Defined in* [*src/types/index.ts:473*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L473)

### InvalidUuid

• **InvalidUuid**: = "InvalidUuid"

*Defined in* [*src/types/index.ts:469*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L469)

### MiddlewareError

• **MiddlewareError**: = "MiddlewareError"

*Defined in* [*src/types/index.ts:472*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L472)

### NotAuthorized

• **NotAuthorized**: = "NotAuthorized"

*Defined in* [*src/types/index.ts:471*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L471)

### TransactionAborted

• **TransactionAborted**: = "TransactionAborted"

*Defined in* [*src/types/index.ts:465*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L465)

### TransactionRejectedByUser

• **TransactionRejectedByUser**: = "TransactionRejectedByUser"

*Defined in* [*src/types/index.ts:466*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L466)

### TransactionReverted

• **TransactionReverted**: = "TransactionReverted"

*Defined in* [*src/types/index.ts:467*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L467)

### ValidationError

• **ValidationError**: = "ValidationError"

*Defined in* [*src/types/index.ts:470*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L470)
