Lookup/Ibis web service client API
  • Class

Classes

  • GroupMethods
  • IbisAttribute
  • IbisAttributeScheme
  • IbisClientConnection
  • IbisContactPhoneNumber
  • IbisContactRow
  • IbisContactWebPage
  • IbisDto
  • IbisError
  • IbisGroup
  • IbisIdentifier
  • IbisInstitution
  • IbisMethods
  • IbisPerson
  • IbisResult
  • IbisResultParser
  • InstitutionMethods
  • PersonMethods

Interfaces

  • ClientConnection

Exceptions

  • IbisException

Class IbisError

Class representing an error returned by the web service API.

IbisDto
Extended by IbisError
Author: Dean Rasheed (dev-group@ucs.cam.ac.uk)
Located at dto/IbisError.php

Properties summary

public integer $status

The HTTP error status code.

The HTTP error status code.

#
public string $code

A short textual description of the error status code.

A short textual description of the error status code.

#
public string $message

A short textual description of the error message (typically one line).

A short textual description of the error message (typically one line).

#
public string $details

The full details of the error (e.g., a Java stack trace).

The full details of the error (e.g., a Java stack trace).

#
Lookup/Ibis web service client API documentation generated by ApiGen