Skip to content

NGIOResponse

Contains all return output from an API request.

Type parameters

Type parameter
D extends object

Properties

PropertyTypeDescription
api_version?stringIf there was an error, this will contain the current version number of the API gateway.
app_idstringYour application’s unique ID.
debug?NGDebugContains extra information you may need when debugging (debug mode only).
echo?anyIf you passed an ‘echo’ value in your request object, it will be echoed here.
error?NGErrorThis will contain any error info if the success property is false.
help_url?stringIf there was an error, this will contain the URL for our help docs.
resultResult<D>This will be a Result object, or an array containing one-or-more Result objects.
successbooleanIf false, there was a problem with your ‘request’ object. Details will be in the error property.