SCENE C++ API  2.1.0
Public Types | List of all members
LSResult Struct Reference

Result class containing different result codes for API methods. More...

#include <lsresult.h>

Public Types

enum  Result {
  Ok, Internal, Unauthorized,
  InvalidRequest, DuplicateName, IncompatibleVersion,
  ReadWrite, Network, Compatibility
}
 The different result codes for the API methods. More...
 

Detailed Description

Result class containing different result codes for API methods.

Version
SCENE API Version 2.0.0.

Member Enumeration Documentation

◆ Result

enum Result

The different result codes for the API methods.

Enumerator
Ok 

Operation succeeded without errors.

Internal 

An internal error occurred.

Unauthorized 

You are not authorized for this operation without an corresponding API key.

InvalidRequest 

Request not allowed in this state or you supplied invalid parameters.

DuplicateName 

The item exists already.

IncompatibleVersion 

Software version does not match, for example while loading projects.

ReadWrite 

General read/write IO error.

Network 

General network IO error.

Compatibility 

Project contains object from a newer SCENE version. Can be open in 'Read-Only'.