Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::error::ApiException< E > Class Template Reference

Api exception class. More...

Inheritance diagram for gem::error::ApiException< E >:
Collaboration diagram for gem::error::ApiException< E >:

Public Member Functions

 ApiException ()
 Default constructor.
int id () const
 Get error id.
char const * what () const noexcept override
 Get descriptive string about this error.

Detailed Description

template<int E>
class gem::error::ApiException< E >

Api exception class.

Member Function Documentation

◆ id()

int gem::error::Exception::id ( ) const
inlineinherited

Get error id.

Returns
Error id.

◆ what()

char const * gem::error::Exception::what ( ) const
inlineoverridenoexceptinherited

Get descriptive string about this error.

Returns
Error description.