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 4 Current »

Description

This web service is available for anyone to get all the error codes or a particular error code provided by Boligmappa API.

Request

ParameterTypeMandatory/OptionalComments

errorCode

String

Optional*

The error code for which the details are required

ApplicationName

String

Mandatory

Application Name

Notes:

  • If errorCode is provided, error details for that particular code is returned. If it is left blank, all the error codes are returned. 

Response

TypeDescription

BoligmappaErrorCode

The error code object containing the descriptions

 

Exceptions

Error CodeDescription

123

An exception occured while processing your request

138

ApplicationName length is exceeded maximum allowed character limit (10)

146

The application name is not set

167You are not authorized to use this web method

297

Invalid error code provided. Either the string is negative, or not conformed to the integer limits.

298

This error code does not exist

  • No labels