# 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:443*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L443)

### FatalError

• **FatalError**: = "FatalError"

*Defined in* [*src/types/index.ts:437*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L437)

### IdentityNotPresent

• **IdentityNotPresent**: = "IdentityNotPresent"

*Defined in* [*src/types/index.ts:442*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L442)

### InvalidUuid

• **InvalidUuid**: = "InvalidUuid"

*Defined in* [*src/types/index.ts:438*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L438)

### MiddlewareError

• **MiddlewareError**: = "MiddlewareError"

*Defined in* [*src/types/index.ts:441*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L441)

### NotAuthorized

• **NotAuthorized**: = "NotAuthorized"

*Defined in* [*src/types/index.ts:440*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L440)

### TransactionAborted

• **TransactionAborted**: = "TransactionAborted"

*Defined in* [*src/types/index.ts:434*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L434)

### TransactionRejectedByUser

• **TransactionRejectedByUser**: = "TransactionRejectedByUser"

*Defined in* [*src/types/index.ts:435*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L435)

### TransactionReverted

• **TransactionReverted**: = "TransactionReverted"

*Defined in* [*src/types/index.ts:436*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L436)

### ValidationError

• **ValidationError**: = "ValidationError"

*Defined in* [*src/types/index.ts:439*](https://github.com/PolymathNetwork/polymesh-sdk/blob/a0872cf4/src/types/index.ts#L439)
