Message-ID: <211960327.15815.1614958280580.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15814_1428763268.1614958280580" ------=_Part_15814_1428763268.1614958280580 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html getLastErrors

getLastErrors

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

Get all errors encountered after the last call to the API.

=20
=20
=20
=20
=20
=20
Example
=20
$errors =3D $tmClient->getLastErrors();
foreach($errors as $errorcode =3D> $errormsg)
=09echo "Code $errorcode: $errormsg";
=20
=20
=20
=20
=20
=20
=20

Arguments:

=20
=20
=20
=20

None

=20
=20
=20
=20
=20
=20

Returns:

=20
=20
=20
=20

an associative array with the key being the error code and the value bei= ng the error message. There may be multiple errors.

=20
=20
=20
=20
=20
=20

Specific error codes:

=20
=20
=20
=20

None. This function never throws an exception.

=20
=20
=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20
=20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20
=20

You must know!

=20 =20

Our example code is an illustra= tion of how you might integrate with our systems and is not certified for p= roduction environments. You are responsible for testing and QA.

=20
=20
=20
=20
=20
------=_Part_15814_1428763268.1614958280580--