Enumeration EStatusCode

Defines status codes on product and scene level. 200 is default. All other codes than 200 are errors. Codes <= 1000 are reserved except the predefined ones. Codes > 1000 are user defined error codes.

Enumeration Members

BadRequest: 400

Not sufficient defined or invalid parameters.

Conflict: 409

One or more errors occured.

InternalServerError: 500

An error during data processing occured.

NotFound: 404

Data for further processing not found.

Ok: 200

No errors detected.

ServiceUnavailable: 503

Service for data processing/gathering not available.

Generated using TypeDoc