TOP

ASN.1/Java Runtime Errors

Applies to: ASN.1/Java v8.7

The OSS Nokalva ASN.1 runtime displays error messages that may relate to the ASN.1 input syntax or to the application code.

Format

The runtime messages have the following format:

Error message format

Each message type has a unique error code. The message code consists of six characters that are associated with the component identifier that issued the message, the message number, and the severity level.

The following table contains the error code characters and their related message categories:

Character Position Purpose Character Description
First Component Identifier
D

E

V

P
Decoder routines.

Encoder routines.

Constraint checker messages.

Data printer messages.
Second through Fifth Message Number 0001 to 9999 Unique, four-digit message ID number.
Sixth Error Severity
E 



S 
Regular error messages (Level 2).
Indicate that an error occurred. After this error is detected, your current process will stop.

Severe error messages (Level 3).
Indicate that an error occurred. After this error is detected, your current process will stop.

The D0263E error code contains the following information:

  • The letter D states that the message is issued by the ASN.1 decoder.
  • 0263 is the message number. Use this number to look up the message details.
  • The letter E indicates that this message is a Level 2 error, which refers to regular or common errors.

A typical XER encoding error message also contains the line number and position of the error occurrence, as shown in the following example:

D0174E: Canonical XER restrictions are violated: 'XML encoding for contained types should have 
been used'; check field 'content' (type: BIT STRING) of PDU 'DataPacket' at line 1 position 4.

A runtime function message can also have fewer details, depending on the encoder/decoder and the debug options used.

Reference

To look up OSS ASN.1 Runtime error messages by message number, see the Runtime Errors Reference page.


This documentation applies to the OSS® ASN.1 Tools for Java release 8.7 and later.

Copyright © 2024 OSS Nokalva, Inc. All rights reserved.
No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means electronic, mechanical, photocopying, recording or otherwise, without the prior permission of OSS Nokalva, Inc.
Every distributed copy of the OSS® ASN.1 Tools for Java is associated with a specific license and related unique license number. That license determines, among other things, what functions of the OSS ASN.1 Tools for Java are available to you.