Class ErrorMessageUtils
Inheritance
System.Object
ErrorMessageUtils
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public static class ErrorMessageUtils : object
Fields
|
Edit this page
View Source
FAILED_MESSAGE_CONTEXT_KEY
Declaration
public const string FAILED_MESSAGE_CONTEXT_KEY = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
INPUT_MESSAGE_CONTEXT_KEY
Declaration
public const string INPUT_MESSAGE_CONTEXT_KEY = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
GetAttributeAccessor(IMessage, IMessage)
Declaration
public static IAttributeAccessor GetAttributeAccessor(IMessage inputMessage, IMessage failedMessage)
Parameters
Type |
Name |
Description |
IMessage |
inputMessage |
|
IMessage |
failedMessage |
|
Returns
Type |
Description |
IAttributeAccessor |
|