コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="KratosGenericError" /> class.
 /// </summary>
 /// <param name="error">error.</param>
 public KratosGenericError(KratosGenericErrorPayload error = default(KratosGenericErrorPayload))
 {
     this.Error = error;
     this.AdditionalProperties = new Dictionary <string, object>();
 }
コード例 #2
0
ファイル: KratosGenericError.cs プロジェクト: ms42Q/sdk
 /// <summary>
 /// Initializes a new instance of the <see cref="KratosGenericError" /> class.
 /// </summary>
 /// <param name="error">error.</param>
 public KratosGenericError(KratosGenericErrorPayload error = default(KratosGenericErrorPayload))
 {
     this.Error = error;
 }