Documentation of the CarRentalAgentService

ErrorMessage Class

This class represents a common error message typically embedded in a Status-object of an operational Response.

For a list of all members of this type, see ErrorMessage Members.

System.Object
   RootErrorMessage
      ErrorMessage

public class ErrorMessage : RootErrorMessage

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An ErrorMessage is being created by CarRentalAgentService if a fatal operation failure or incorrect processing has happened due to faulty request-data. ErrorMessage class is most likely to be compared with .NET Exception class. Use ErrorMessage to retrieve specific information about the exceptional process, the cause and description of that failure.

Requirements

Namespace: SunnyCars.Schema.Osi.WsReservation.V4

Assembly: Sunnycars.Schema.Osi.WsReservation.V4 (in Sunnycars.Schema.Osi.WsReservation.V4.dll)

See Also

ErrorMessage Members | SunnyCars.Schema.Osi.WsReservation.V4 Namespace | Status | WarningMessage