There are two types of error situations: authentication / authorization errors or system errors. When the service does not functioning accurately, the response messages are displayed as follows:
<resp:Virhe> <resp:Tyyppi>{ERROR MESSAGE}</resp:Tyyppi> <resp:Kuvaus>{ERROR DESCRIPTION}</resp:Kuvaus> </resp:Virhe>
This reply indicates, that the User ID / Customer ID is not valid at the moment:
<resp:Virhe> <resp:Tyyppi>AUTENTIKOINTI/AUTORISOINTI</resp:Tyyppi> <resp:Kuvaus>Ei palvelun käyttöoikeutta</resp:Kuvaus> </resp:Virhe>