# 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:416*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L416)

### FatalError

• **FatalError**: = "FatalError"

*Defined in* [*src/types/index.ts:410*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L410)

### IdentityNotPresent

• **IdentityNotPresent**: = "IdentityNotPresent"

*Defined in* [*src/types/index.ts:415*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L415)

### InvalidUuid

• **InvalidUuid**: = "InvalidUuid"

*Defined in* [*src/types/index.ts:411*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L411)

### MiddlewareError

• **MiddlewareError**: = "MiddlewareError"

*Defined in* [*src/types/index.ts:414*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L414)

### NotAuthorized

• **NotAuthorized**: = "NotAuthorized"

*Defined in* [*src/types/index.ts:413*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L413)

### TransactionAborted

• **TransactionAborted**: = "TransactionAborted"

*Defined in* [*src/types/index.ts:407*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L407)

### TransactionRejectedByUser

• **TransactionRejectedByUser**: = "TransactionRejectedByUser"

*Defined in* [*src/types/index.ts:408*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L408)

### TransactionReverted

• **TransactionReverted**: = "TransactionReverted"

*Defined in* [*src/types/index.ts:409*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L409)

### ValidationError

• **ValidationError**: = "ValidationError"

*Defined in* [*src/types/index.ts:412*](https://github.com/PolymathNetwork/polymesh-sdk/blob/7362b318/src/types/index.ts#L412)
