extendedInvalidMatrixDetails property

List<MatrixErrorDetail>? extendedInvalidMatrixDetails
getter/setter pair

Details about why a matrix was deemed invalid.

If multiple checks can be safely performed, they will be reported but no assumptions should be made about the length of this list.

Output only.

Implementation

core.List<MatrixErrorDetail>? extendedInvalidMatrixDetails;