This documentation is archived and is not being maintained.

SP.AppInstanceErrorType enumeration

SharePoint 2013

Specifies the classification of an encountered error.

Last modified: March 09, 2015

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.AppInstanceErrorType = {app : " ",configuration : " ",registerEnum : " ",transient : " "}

TheAppInstanceErrorType objectenumeration has the following members.

Member

Value

Description

app

Indicates the error is classified as a problem with the app. Value

configuration

Indicates the error is classified as a problem with SharePoint configuration as setup by the administrators. Value=1.

transient

Indicates the error is classified as a temporary error. Value=0.

Show: