AnalyticsDefenderEasmModelFactory.InnerError(String, BinaryData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.