Share via


AnalyticsDefenderEasmModelFactory.InnerError(String, BinaryData) Method

Definition

Initializes a new instance of InnerError.

public static Azure.Analytics.Defender.Easm.InnerError InnerError (string code = default, BinaryData value = default);
static member InnerError : string * BinaryData -> Azure.Analytics.Defender.Easm.InnerError
Public Shared Function InnerError (Optional code As String = Nothing, Optional value As BinaryData = Nothing) As InnerError

Parameters

code
String

This is a more specific error code than was provided by the containing error.

value
BinaryData

This is an additional field representing the value that caused the error to help with debugging.

Returns

A new InnerError instance for mocking.

Applies to