![]() |
SDK
2.1.4
CloudBackend Software Development Kit - SDK API for C++
|
#include <CreateRoleDelegate.h>
Classes | |
struct | ErrorInfo |
struct | Exception |
exception thrown by cbe::Role::createRole() if the request fails. More... | |
Public Types | |
using | Success = cbe::Role |
using | Error = delegate::Error |
Public Member Functions | |
virtual void | onCreateRoleSuccess (cbe::Role &&role)=0 |
virtual void | onCreateRoleError (Error &&error, cbe::util::Context &&context)=0 |
Delegate class for the asynchronous version of method:
|
pure virtual |
|
pure virtual |
Called if an error is encountered.