Skip to content

Commit

Permalink
Allowed IncludeExceptionDetailsInResponse to be set.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigHawker committed Jan 17, 2023
1 parent ea60f34 commit 30fc137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public abstract class TypedVaultExtensionMethodAttribute : Attribute
/// <summary>
/// If true, exception details can be included in the response.
/// </summary>
public bool IncludeExceptionDetailsInResponse { get; }
public bool IncludeExceptionDetailsInResponse { get; set; }

/// <summary>
/// The required level of vault acccess to call this method.
Expand Down

0 comments on commit 30fc137

Please sign in to comment.