PageErrorCode
An enumeration of possible error codes for page operations.
enum PageErrorCode {
GRAPHQL_ERROR
INVALID
NOT_FOUND
REQUIRED
UNIQUE
}
Values
PageErrorCode.GRAPHQL_ERROR
PageErrorCode.INVALID
PageErrorCode.NOT_FOUND
PageErrorCode.REQUIRED
PageErrorCode.UNIQUE
Member Of
PageError object