OCLCILLErrorList DEFINITIONS ::= -- The object identifier for this local object -- is 1.0.10161.13.1000.2.2 BEGIN IMPORTS ILL-String FROM ISO-10161-ILL-1; OCLCILLErrorList ::= SEQUENCE OF SEQUENCE { errorCode [0] IMPLICIT ENUMERATED { missingRequiredField (1), missingTitle (2), invalidResponderSpecificServiceType (3), unsupportedILLServiceType (4), invalidILLServiceType (5), malformedData (6), requesterNotAuthorized (7), requesterSymbolMissing (8), invalidRequesterSymbol (9), duplicateTransactionId (10), invalidTransactionId (11), malformedRequest (12) } OPTIONAL, errorText [1] ILL-String OPTIONAL } END