C# Class PubNubMessaging.Core.LoggingMethod.PubnubErrorCodeHelper

Exibir arquivo Open project: pubnub/c-sharp

Public Methods

Method Description
GetErrorType ( Exception ex ) : PubnubErrorCode
GetErrorType ( WebExceptionStatus webExceptionStatus, string webExceptionMessage ) : PubnubErrorCode
GetErrorType ( int statusCode, string httpErrorCodeMessage ) : PubnubErrorCode

Method Details

GetErrorType() public static method

public static GetErrorType ( Exception ex ) : PubnubErrorCode
ex System.Exception
return PubnubErrorCode

GetErrorType() public static method

public static GetErrorType ( WebExceptionStatus webExceptionStatus, string webExceptionMessage ) : PubnubErrorCode
webExceptionStatus WebExceptionStatus
webExceptionMessage string
return PubnubErrorCode

GetErrorType() public static method

public static GetErrorType ( int statusCode, string httpErrorCodeMessage ) : PubnubErrorCode
statusCode int
httpErrorCodeMessage string
return PubnubErrorCode