Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

errorCode
errorMessage
Description
23Invalid Time Range, Start Time is greater than End Time or start time is not provided

Occurs when the dateTo is before the dateFrom date/time.

  • The name of both of the datetime filters will be included in the "parameter" property

25

Invalid Time Range, Start Time is in the future.

Occurs when the end is before the begin date/time.

  • The names of both of the datetime filters are included in the parameter property.
33No data found for data search with given parametersOccurs when there is no data available for given parameters
33No site devices found for this device in the given time range.Occurs when there is no site device available for devices obtained from parameters in the given time range
71Supplied deviceCategoryCode does not have corresponding dataProductCode and extension.

Occurs when deviceCategoryCode does not have corresponding dataProductCode and extension

  • dataProducts service can be used to get the list of valid dataProductCodes and extensions avaiable for the given deviceCategoryCode
71Supplied deviceCode does not have corresponding dataProductCode and extension.

Occurs when deviceCode does not have corresponding dataProductCode and extension

  • dataProducts service can be used to get the list of valid dataProductCodes and extensions avaiable for the given deviceCode
71Supplied propertyCode does not have corresponding dataProductCode and extension.

Occurs when propertyCode does not have corresponding dataProductCode and extension

  • dataProducts service can be used to get the list of valid dataProductCodes and extensions avaiable for the given propertyCode
71This Data Product has Restricted Data for the requested time period. Latest data available:[<DATE OF LATEST DATA HERE>].For further information, please contact oncdata@lists.uvic.caData restricted by [ORGANIZATION_NAME]. To access, get written permission via [ONC_CONTACT_INFO]. The latest date available is [END_DATE]Occurs when the data in the requested time period has restricted access
127Supplied property does not have corresponding dataProductCode and extension

Occurs when propertyCode does not have corresponding dataProductCode and extension

  • dataProducts service can be used to get the list of valid dataProductCodes and extensions avaiable for the given propertyCode
127Supplied deviceCategoryCode does not have corresponding dataProductCode and extension

Occurs when deviceCategoryCode does not have corresponding dataProductCode and extension

  • dataProducts service can be used to get the list of valid dataProductCodes and extensions avaiable for the given deviceCategoryCode
127End parameter value must be greater than begin parameter valueOccurs when dateTo date equals or is less than dateFrom date
127Invalid parameter value

Occurs when an invalid code is used in the filter. Most filters require an exact match, otherwise this error will occur.

  • The name of the filter parameter is included in the parameter property.
128Missing parameter

Occurs when multiple parameters are needed, but not all are present. Occurs when dateFrom is used without dateTo or vice versa.

  • The names of the required filter parameters, separated by /, are included in the parameter property.
128

Requested type can not be determined

Occurs when the one of the 5 possible parameter combinations is not specified.

  • A list of the valid parameter combinations are listed in the parameter.

"possible parameter combinations are: locationCode, deviceCategoryCode; locationCode, deviceCategoryCode, propertyCode; locationCode, propertyCode; deviceCode; deviceCode, propertyCode"

129Invalid parameter name

Occurs when an unsupported filter parameter is used.

  • The name of the filter parameter will be included in the "parameter" property
39dataProductCode and extension not a valid dataProductFormatOccurs when combination of dataProductCode and extension is not a valid dataProductFormat

...