Sys.Data.AdoNetServiceError.errorObject Property

Gets an object that represents an error that was thrown during a call to the data service.

get_errorObject: function()

Usage

var a = exampleDataServiceError.get_errorObject();

Return Value

An object that contains the error from the data service.

See Also

Other Resources

Sys.Data.AdoNetServiceError Class