Position Error Codes (PO)

Business Rule Validations

Code
Message

PO0013

The following position ids can't be found: '{invalidPositionIds}'

PO0018

The following model position ids can't be found: '{invalidModelPositionIds}'

Technical Validations

Code
Message

PO0001

Position '{positionId}' is locked for edit by another process. Please try again later.

PO0002

Model Position '{modelPositionId}' is locked for edit by another process. Please try again later.

PO0003

There are '{lockedAmount}' position(s) locked for edit by another process. Please try again later.

PO0004

Unable to find model position '{modelPositionId}' in database.

PO0005

These model positions '{missingModelPositionIds}' from batch are missing in database.

PO0006

Unable to find model position '{modelPositionId}' in blockchain.

PO0007

Unable to sync model position '{modelPositionId}' with blockchain, model position id mismatch. Blockchain data: {bcModelPosition}

PO0008

Tried to get position data by id '{positionId}' but no data found.

PO0009

Tried to get deleted position data by id.

PO0010

Position id was not provided.

PO0011

Two or more duplicated position ids {duplicatedIds} were provided

PO0012

Position '{positionId}' is in status '{currentState}' and it should be in one of '{allowedStates}'

PO0014

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

PO0015

The following position ids are model positions and cannot be updated: '{positionIds}'

PO0016

There are '{lockedAmount}' model position(s) locked for edit by another process. Please try again later.

PO0017

Two or more duplicated model position ids {duplicatedIds} were provided

PO0019

Action can only be performed by the owner organization. Ids of the model positions with the different owner: '{modelPositionIds}'

Last updated

Was this helpful?