Error during remove field parameters operation.

interface RemoveFieldParametersResultError {
    code?: string;
    message?: string;
}

Properties

Properties

code?: string
message?: string