Click or drag to resize
ErrorStatusCode Property
Gets or sets the error code describing error.

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public int Code { get; set; }

Property Value

Type: Int32
Remarks
All possible error codes are defined with WebCrmErrorCode.
See Also