AboutSupportDeveloper GuideVersion 43.139.100.45
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