BioID Web Service specific SOAP faults as used in the BWS operation contracts.
[DataContract(Namespace = "http://schemas.bioid.com/2011/12/bws")]
public class BioIDWebServiceFault
{
[DataMember]
public string Code { get; set; }
[DataMember]
public string Message { get; set; }
}
Represents the error code for this fault. This string can be used for localization purposes, searching, sorting, etc.
A clear text message describing the fault. This text is in English by default.