Class Exceptions.SchemaMismatchedException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Exceptions

    public static final class Exceptions.SchemaMismatchedException
    extends Exceptions.StorageException
    There was a schema mismatch due to bigquery table with fewer fields than the input message. This can be resolved by updating the table's schema with the message schema.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchemaMismatchedException

        protected SchemaMismatchedException​(io.grpc.Status grpcStatus,
                                            String name)