RSX Code Reference
    Preparing search index...

    Class ProjectLibraryOperationResult

    Result of an asynchronous project-library mutation. An empty ErrorMessage indicates success.

    Index
    _errorMessage: string
    • get errorMessage(): string

      Empty on success; otherwise describes why the operation failed.

      Returns string

    • set errorMessage(value: string): void

      Parameters

      • value: string

      Returns void