Overview

Namespaces

  • PipelinerSales
    • ApiClient
      • Http
      • Query
      • Repository
        • Rest

Classes

  • CreatedResponse
  • CurlHttpClient
  • Response

Interfaces

  • HttpInterface

Exceptions

  • PipelinerHttpException
  • Overview
  • Namespace
  • Class
  • Tree

Class PipelinerHttpException

Exception related to HTTP requests.

Exception
Extended by PipelinerSales\ApiClient\PipelinerClientException
Extended by PipelinerSales\ApiClient\Http\PipelinerHttpException
Namespace: PipelinerSales\ApiClient\Http
Located at PipelinerSales/ApiClient/Http/PipelinerHttpException.php
Methods summary
public
# __construct( $response, $message, $httpError = '', $code = 0, $previous = null )
public PipelinerSales\ApiClient\Http\Response
# getHttpResponse( )

Returns

PipelinerSales\ApiClient\Http\Response
public integer
# getErrorCode( )

The error code specified in the API, or 0 if the error response is not available.

The error code specified in the API, or 0 if the error response is not available.

Returns

integer
public string
# getErrorMessage( )

The error message specified in the API, or an empty string if not available.

The error message specified in the API, or an empty string if not available.

Returns

string
Methods inherited from Exception
__toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
API documentation generated by ApiGen