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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET