Asset Error Codes (AS)

Business Rule Validations

Code
Message

AS0005

Asset '{assetId}' is in invalid state for the current action. Current status: '{currentState}'. Required status: '{allowedStates}'

AS0008

Property currentValue must be provided in the payload to create offline asset for an LP interest security '{securityId}'.

AS0009

Please provide '{amountProp}' for non-unitized securities or for securities with rolling price and '{sharesNumberProp}' for unitized ones with static price

AS0010

An offline asset cannot be created on security '{securityId}' because it is running as a contingent offering and is not in one of the following statuses: '{allowedStatuses}'

AS0011

Can't create an offline asset on security '{securityId}' before its start date: '{startDate}'

AS0012

Asset '{assetId}' was not created as an offline asset

AS0013

The following asset ids can't be found{orInDifferentStatus}: '{invalidAssetIds}'

AS0015

Can't create transaction on security '{securityId}' before its start date: '{startDate}'

AS0016

Can't create transaction on security '{securityId}' after the current date

AS0017

'{providedProp}' should not be provided. Expected property is '{expectedProp}'

AS0018

Multiple entries detected for asset '{uniqueId}'

AS0019

Can't create an offline asset on security '{securityId}' after its end date: '{endDate}'

AS0020

Property capitalCallDetails must be provided in the payload to create offline asset for an LP interest security '{securityId}'.

AS0021

Can't create an offline asset on security '{securityId}', as called amount '{calledAmount}' exceeds asset amount '{assetAmount}'

AS0022

Can't create an offline asset on security '{securityId}', as called amount '{calledAmount}' is not equal to asset amount '{assetAmount}'

AS0024

Action cannot be performed for security with '{type}' type and capital call enabled.

AS0028

Cannot remove asset correlation id '{orgCorrelationId}' in {status} status.

AS0029

Two or more duplicated correlation ids {orgCorrelationId} were provided for asset

Technical Validations

Code
Message

AS0001

The asset id '{assetId}' is invalid

AS0002

You are trying to access an asset that was never recorded on the ledger due to a failed transaction

AS0003

Asset id was not provided

AS0004

Asset '{assetId}' is locked for edit by another process. Please try again later.

AS0006

Asset with asset id '{assetId}' not found.

AS0007

Asset with correlation ID '{correlationId}' not found.

AS0014

Asset history by asset id '{assetId}' not found.

AS0023

Action can only be performed by the owner: organization. Ids of the assets with the different owner: '{assetIds}'

AS0025

The asset correlation ids '{correlationIds}' are already in use

AS0026

This asset correlation {orgCorrelationId} is locked for edit by another process. Please try again later.

AS0027

The correlation id '{correlationId}' is not linked to the asset '{entityId}' for the current organization

AS0030

Concurrent execution. There are '{lockedAmount}' asset(s) marked as locked by another process

AS0031

All assets batch history must be in same block number and have same signer data.

AS0032

Files '{invalidFileIds}' from reject reason are not linked to the asset '{entityId}'

Last updated

Was this helpful?