SAGA C++ API 1.5.3

error.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  saga
 

@/** These methods are not within API scope */


namespace  saga::adaptors
 

@ /** These methods are not within API scope */


Enumerations

enum  saga::error {
  saga::NotImplemented = 1,
  saga::IncorrectURL = 2,
  saga::BadParameter = 3,
  saga::AlreadyExists = 4,
  saga::DoesNotExist = 5,
  saga::IncorrectState = 6,
  saga::PermissionDenied = 7,
  saga::AuthorizationFailed = 8,
  saga::AuthenticationFailed = 9,
  saga::Timeout = 10,
  saga::NoSuccess = 11
}
 

Brief description starts here.

More...
enum  saga::adaptors::error {
  saga::adaptors::Success = 0,
  saga::adaptors::FirstAdaptorSpecificException = 12,
  saga::adaptors::AdaptorDeclined = FirstAdaptorSpecificException,
  saga::adaptors::NoAdaptor = 13,
  saga::adaptors::NoAdaptorInfo = 14,
  saga::adaptors::Unexpected = 15
}

Variables

char const *const saga::error_names []
 @ /** These methods are not within API scope */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines