1-- Module IN-errortypes (Q.1248.1:07/2001)
2IN-errortypes {itu-t recommendation q 1248 modules(1) in-errortypes(2)
3  version1(0)} DEFINITIONS IMPLICIT TAGS ::=
4BEGIN
5
6IMPORTS
7  ros-InformationObjects, common-datatypes, errorcodes, sdf-sdf-Operations,
8    scf-scf-classes, ds-UsefulDefinitions, spkmGssTokens, tc-Messages
9    FROM IN-object-identifiers {itu-t recommendation q 1248 modules(1)
10      in-object-identifiers(0) version1(0)}
11  directoryAbstractService, distributedOperations, enhancedSecurity
12    FROM UsefulDefinitions ds-UsefulDefinitions
13  OPTIONALLY-PROTECTED{}, dirqop
14    FROM EnhancedSecurity enhancedSecurity
15  CommonResults, ServiceProblem, SecurityProblem, SecurityParameters, Versions
16    FROM DirectoryAbstractService directoryAbstractService
17  scfqop
18    FROM IN-SCF-SCF-Classes scf-scf-classes
19  AccessPointInformation
20    FROM DistributedOperations distributedOperations
21  SPKM-ERROR
22    FROM SpkmGssTokens spkmGssTokens
23  ERROR
24    FROM Remote-Operations-Information-Objects ros-InformationObjects
25  InvokeID, UnavailableNetworkResource
26    FROM IN-common-datatypes common-datatypes
27  errcode-canceled, errcode-cancelFailed, errcode-chainingRefused,
28    errcode-eTCFailed, errcode-executionError, errcode-improperCallerResponse,
29    errcode-missingCustomerRecord, errcode-missingParameter,
30    errcode-parameterOutOfRange, errcode-requestedInfoError,
31    errcode-scfTaskRefused, errcode-scfReferral, errcode-systemFailure,
32    errcode-taskRefused, errcode-unavailableResource,
33    errcode-unexpectedComponentSequence, errcode-unexpectedDataValue,
34    errcode-unexpectedParameter, errcode-unknownLegID, errcode-unknownResource
35    FROM IN-errorcodes errorcodes;
36
37-- TYPE DEFINITION FOR    IN CS4    ERRORS FOLLOWS
38canceled ERROR ::= {CODE  errcode-canceled
39}
40
41-- The operation has been cancelled.
42cancelFailed ERROR ::= {
43  PARAMETER
44    SEQUENCE {problem
45                [0]  ENUMERATED {unknownOperation(0), tooLate(1),
46                                 operationNotCancellable(2)},
47              operation  [1]  InvokeID}
48  CODE       errcode-cancelFailed
49}
50
51-- The operation failed to be cancelled.
52chainingRefused ERROR ::= {CODE  errcode-chainingRefused
53}
54
55eTCFailed ERROR ::= {CODE  errcode-eTCFailed
56}
57
58-- The establish temporary connection failed.
59-- WS:Duplicates error-code
60--executionError ERROR ::= {
61--  PARAMETER OPTIONALLY-PROTECTED
62--    {SET {problem  [0] EXPLICIT ExecutionProblem,
63--          COMPONENTS OF CommonResults}
64--     dirqop.&dirErrors-QOP},
65--  CODE                            errcode-executionError
66--}
67
68-- The executionError is returned by an Execute operation in the case of the operation is not completing.
69--ExecutionProblem ::= INTEGER {missingInputValues(1), executionFailure(2)
70--}
71
72-- The executeProblem identifies the cause of the execute operation failure:
73-- missingInputValues is returned in the input-values field contains the wrong input
74-- information for the method being executed.
75-- executionFailure is returned when the method fails to complete correctly. This is caused by
76-- .the failure of one of the DAP operations contained within the method.
77improperCallerResponse ERROR ::= {CODE  errcode-improperCallerResponse
78}
79
80-- The caller response was not as expected.
81missingCustomerRecord ERROR ::= {CODE  errcode-missingCustomerRecord
82}
83
84-- The Service Logic Program could not be found in the SCF.
85missingParameter ERROR ::= {CODE  errcode-missingParameter
86}
87
88-- An expected optional parameter was not received.
89parameterOutOfRange ERROR ::= {CODE  errcode-parameterOutOfRange
90}
91
92-- The parameter was not as expected (e.g. missing or out of range).
93requestedInfoError ERROR ::= {
94  PARAMETER
95    ENUMERATED {unknownRequestedInfo(1), requestedInfoNotAvailable(2)
96                                         -- other values FFS
97                                         }
98  CODE       errcode-requestedInfoError
99}
100
101-- The requested information cannot be found.
102-- WS:CODE missing comment it out
103--scfBindFailure ERROR ::= {PARAMETER  FailureReason
104--}
105
106--FailureReason ::= CHOICE {
107--  systemFailure   [0]  UnavailableNetworkResource,
108--  scfTaskRefused  [1]  ScfTaskRefusedParameter,
109--  securityError
110--    [2]  SET {problem   [0]  SecurityProblem,
111--              spkmInfo  [1]  SPKM-ERROR}
112--}
113
114scfTaskRefused ERROR ::= {
115  PARAMETER  ScfTaskRefusedParameter
116  CODE       errcode-scfTaskRefused
117}
118
119ScfTaskRefusedParameter ::=
120--  OPTIONALLY-PROTECTED
121    SEQUENCE {reason
122                 ENUMERATED {generic(0), unobtainable(1), congestion(2)
123                                                          --other values FFS
124                                                          },
125               securityParameters  [1]  SecurityParameters OPTIONAL
126    }--, scfqop.&scfErrorsQOP}
127
128scfReferral ERROR ::= {
129  PARAMETER  ReferralParameter
130  CODE       errcode-scfReferral
131}
132
133ReferralParameter ::=
134--  OPTIONALLY-PROTECTED
135    SEQUENCE {tryhere             [0]  AccessPointInformation,
136               securityParameters  [1]  SecurityParameters OPTIONAL
137    }--, scfqop.&scfErrorsQOP}
138
139systemFailure ERROR ::= {
140  PARAMETER  UnavailableNetworkResource
141  CODE       errcode-systemFailure
142}
143
144-- The operation could not be completed due to e.g. a system failure at the serving physical entity, the
145-- unavailability of the required resource or due to screening.
146taskRefused ERROR ::= {
147  PARAMETER
148    ENUMERATED {generic(0), unobtainable(1), congestion(2)
149                                             --other values FFS
150                                             }
151  CODE       errcode-taskRefused
152}
153
154-- An entity normally capable of the task requested cannot or chooses not to perform the task at this
155-- time. This includes error situations like congestion and unobtainable address as used in e.g. the
156-- connect operation.
157-- WS:CODE missing comment it out
158-- tfcBindError ERROR ::= {
159--   PARAMETER
160--     SET {versions  [0]  Versions DEFAULT {v1},
161--          error
162--            CHOICE {serviceError   [1]  ServiceProblem,
163--                    securityError  [2]  SecurityProblem}}
164-- }
165
166unavailableResource ERROR ::= {CODE  errcode-unavailableResource
167}
168
169-- A requested resource is not available at the serving entity.
170unexpectedComponentSequence ERROR ::= {
171  CODE  errcode-unexpectedComponentSequence
172}
173
174-- An incorrect sequence of Components was received (e.g. "DisconnectForwardConnection"
175-- followed by "PlayAnnouncement").
176unexpectedDataValue ERROR ::= {CODE  errcode-unexpectedDataValue
177}
178
179-- The data value was not as expected (e.g. routing number expected but billing number received)
180unexpectedParameter ERROR ::= {CODE  errcode-unexpectedParameter
181}
182
183-- A parameter received was not expected.
184unknownLegID ERROR ::= {CODE  errcode-unknownLegID
185}
186
187-- Leg not known to the SSF.
188unknownResource ERROR ::= {CODE  errcode-unknownResource
189}
190
191-- Resource whose status is being requested is not known to the serving entity.
192END
193
194-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
195
196