The error details in case the mint request fails

MintRequestErrorMessage

interface MintRequestErrorMessage {
    message?: string;
}

Properties

Properties

message?: string

An error message in case the mint request fails

MintRequestErrorMessage