AboutSupportDeveloper GuideVersion 41.129.83.3
interface ViewCreationFailure {
    error: Error;
    identity: Identity;
    success: false;
}

Properties

error: Error

Error thrown during view creation

identity: Identity

The identity of the created view

success: false

Whether the view was created with errors