Class ScopesResult

Inheritance Relationships

Base Type

Class Documentation

class ScopesResult : public csp::systems::ResultBase

Contains details about an async operation which returns an array of scopes.

If the ResultCode is successful, this will contain a valid array of scopes.

Public Functions

const csp::common::Array<Scope> &GetScopes() const

Returns the an array of scopes if this result is successful.

Returns

const csp::common::Array<Scope>& : The array of scopes retrieved by this result.

ScopesResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)