Click or drag to resize

ServiceClientErrorType Enumeration

Service client error type

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public enum ServiceClientErrorType
Members
  Member nameValueDescription
Ok0 The service client response is valid
GenericError1 The service client encountered a general error
AuthenticationSchemeMismatch2 The service client's authentication scheme does not match the server
SecurityError3 The service client encountered a security error
RealmMismatch4 The service client is contacting the wrong realm
NotReady5 The service client was not ready
See Also