QUERIED_TABLE_INCOMPATIBLE_WITH_COLUMN_MASK_POLICY error class

SQLSTATE: 428HD

Unable to access referenced table because a previously assigned column mask is currently incompatible with the table schema; to continue, please contact the owner of the table to update the policy:

ARGUMENT_NOT_FOUND_IN_TARGET_TABLE

For target table <tableName>, the column mask named <functionName> is implemented by a SQL UDF with <argumentDescription> not found in the target table: (<columnNames>)

COLUMN_MASK_INCOMPATIBLE_COLUMN_TYPE

For target table <tableName>, the column mask named <functionName> is implemented by a SQL UDF with a return type of <returnType> which is not the same as its first parameter of type <parameterType>

DUPLICATE_INPUT_COLUMN_NAMES

For target table <tableName>, the column mask named <functionName> is implemented by a SQL UDF with duplicate input column names: (<columnNames>)

INCOMPATIBLE_COLUMN_TYPES

For target table <tableName>, the column mask named <functionName> is implemented by a SQL UDF with <argumentDescription> incompatible with the target table: (<columnNames>)

NO_PARAMETERS

For target table <tableName>, the column mask named <functionName> is implemented by a SQL UDF with no parameters

NO_RETURN_TYPE

For target table <tableName>, the column mask named <functionName> is implemented by a SQL UDF with no return type