PHP Sigfox Client

TilesMonarchKmzJobIdTileskmz

Table of Contents

getCoverage()  : void
Retrieve Sigfox Monarch coverage kmz from a job

Methods

getCoverage()

Retrieve Sigfox Monarch coverage kmz from a job

public getCoverage(resource|string|StreamInterface $file[, TilesMonarchKmzJobIdTileskmzGetCoverage|array<string|int, mixed>|null $request = null ]) : void
Parameters
$file : resource|string|StreamInterface

Specify where the body of a response will be saved. Types:-

  • string (path to file on disk)
  • fopen() resource
  • Psr\Http\Message\StreamInterface
$request : TilesMonarchKmzJobIdTileskmzGetCoverage|array<string|int, mixed>|null = null

The query and body parameters to pass

Tags
throws
UnexpectedResponseException

If server returned an unexpected status code.

throws
ResponseException

If server returned any expected HTTP error

throws
ValidationException

If request could not be validated according to pre validation rules.

throws
DeserializeException

If the request array could not conveted to an object.

throws
SerializeException

If the request object could not converted to a JSON value.

throws
BadRequestException

If server returned a HTTP 400 error.

throws
UnauthorizedException

If server returned a HTTP 401 error.

throws
ForbiddenException

If server returned a HTTP 403 error.

throws
NotFoundException

If server returned a HTTP 404 error.

throws
InternalServerException

If server returned a HTTP 500 error.

Return values
void

Search results