Skip to content

FormError

The FormError class contains information about an error that occurred during consent form loading, presentation, or consent information updates.

Properties

error_code / ErrorCode

The numeric error code associated with the error.

var error_code: int
public int ErrorCode { get; set; }

message / Message

A human-readable description of the error.

var message: String
public string Message { get; set; }