OpenVeo REST NodeJS client API

API Docs for: 4.0.0
Show:

RequestError

Summary

Creates a request error with a message and http code.

Request errors are thrown when a request to the Web Service failed.

Constructor

RequestError

Syntax

RequestError

(
  • message
  • httpCode
)

Summary

Parameters:

  • message String

    The error message

  • httpCode Number

    The HTTP error code

Item Index

Properties

Properties

httpCode

Syntax

httpCode

Number final

Summary

The HTTP error code associated to this error.