DIGITAAL VLAANDEREN

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Informatie:

Voor meer informatie rond de werking van Uitzonderingen in MAGDA 2.0 diensten, zie Werking en overzicht uitzonderingen

Algemeen

Wat betreft de Uitzonderingen wordt dezelfde werking gevolgd als de overige MAGDA-webservices.

De generieke foutcode zijn te vinden op Overzicht uitzonderingen MAGDA 2.0 webservices

Overzicht dienst-specifieke uitzonderingen

Identificatie

Niveau

Type

Toelichting

Oorsprong

Status code

Status waarde

Status beschrijving

13501

Answer

ERROR

No authorisation

MAGDA

MSG00015

NO_RESULT

The client is not authorized to use the service

13202

Response

ERROR

The INSZ given in request not integrated

MAGDA

MSG00012

NO_RESULT

The ssin given in request is not integrated for the source (client)

20002

Response

ERROR

The structure of the INSZ given in request is invalid

KENG

MSG00008

NO_RESULT

The request contains invalid data. Please check your message content

20006

Response

ERROR

A date in the request is outside the allowed date range

KENG

MSG00008

NO_RESULT

The request contains invalid data. Please check your message content

40102

Response

ERROR

No data parts have been selected in the criteria

KENG

MSG00008

NO_RESULT

The request contains invalid data. Please check your message content

25001

Response

ERROR

Language not supported for this service

KENG

MSG00008

NO_RESULT

The request contains invalid data. Please check your message content

30001

Response

WARNING

No data found

KENG

MSG00100

NO_DATA_FOUND

Treatment successful, but no data found at the supplier.

(info) Alle andere uitzonderingen worden gemapt naar:

  • status code: MSG00003

  • status waarde: NO_RESULT

  • status beschrijving: Internal error

Voorbeeld

Voorbeeld
<Response>
	<Reference>XE:1435:43644:11538</Reference>
	<Content>
		<criteria>
			<ssin>00000000100</ssin>
			<referenceDate>2019-02-20</referenceDate>
			<parts>
				<evolutionOfRequest>true</evolutionOfRequest>
				<handicapRecognitions>true</handicapRecognitions>
			</parts>
		</criteria>
		<status>
			<value>NO_RESULT</value>
			<code>MSG00008</code>
			<description>The request contains invalid data. Please check your message content</description>
		</status>
	</Content>
	<Exceptions>
		<Exception>
			<Identification>20002</Identification>
			<Origin>MAGDA</Origin>
			<Type>ERROR</Type>
			<Timestamp>
				<Date>2019-01-11</Date>
				<Time>14:15:15.333</Time>
			</Timestamp>
			<Diagnosis>The structure of the INSZ given in request is invalid</Diagnosis>
		</Exception>
	</Exceptions>
</Response>


Overzicht mogelijke annotaties

Uitzondering

Naam annotatie

Waarde annotatie

99984

Node

<node van de onbekende codeomschrijving>

Code

<waarde van de code waarvoor geen omschrijving gevonden werd>


Fout 99984
<Exception>
	<Identification>99983</Identification>
	<Origin>MAGDA</Origin>
	<Type>WARNING</Type>
	<Timestamp>
		<Date>2019-01-15</Date>
		<Time>16:23:18.537</Time>
	</Timestamp>
	<Diagnosis>MAGDA code not found for returned source code</Diagnosis>
	<Annotations>
		<Annotation>
			<Name>Node</Name>
			<Value>Response/Content/status/description</Value>
		</Annotation>
		<Annotation>
			<Name>Code</Name>
			<Value>MSG00000</Value>
		</Annotation>
	</Annotations>
</Exception>


  • No labels