C# Class CallfireApiClient.Api.Common.Model.ErrorMessage

Inheritance: CallfireModel
Show file Open project: CallFire/callfire-api-client-csharp Class Usage Examples

Public Methods

Method Description
ErrorMessage ( )
ErrorMessage ( int httpStatusCode, string message, string helpLink )
ToString ( ) : string

Method Details

ErrorMessage() public method

public ErrorMessage ( )

ErrorMessage() public method

public ErrorMessage ( int httpStatusCode, string message, string helpLink )
httpStatusCode int
message string
helpLink string

ToString() public method

public ToString ( ) : string
return string