public string ToJson()

in Notation.Plugin.AzureKeyVault/Protocol/Error.cs [58:63]


        public string ToJson()
        {
            return JsonSerializer.Serialize(
                value: this,
                jsonTypeInfo: new ErrorResponseContext(PluginIO.GetRelaxedJsonSerializerOptions()).ErrorResponse);
        }