Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_GRIDFS...T_STREAM_ERROR(3)   libmongoc  MONGOC_GRIDFS...T_STREAM_ERROR(3)

SYNOPSIS
	bool
	mongoc_gridfs_bucket_stream_error (mongoc_stream_t *stream,
					   bson_error_t *error);

PARAMETERS
     * stream:		 A	    mongoc_stream_t	     created	      by
       mongoc_gridfs_bucket_open_upload_stream(),
       mongoc_gridfs_bucket_open_upload_stream_with_id(),		      or
       mongoc_gridfs_bucket_open_download_stream().

     * error: A bson_error_t to receive the possible error.

DESCRIPTION
     Retrieves an error for a GridFS stream if one exists.

RETURNS
     True if an error occurred on the stream and sets error. False otherwise.

     SEE ALSO:
	mongoc_gridfs_bucket_open_upload_stream()

	mongoc_gridfs_bucket_open_upload_stream_with_id()

	mongoc_gridfs_bucket_open_download_stream()

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026 MONGOC_GRIDFS...T_STREAM_ERROR(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_gridfs_bucket_stream_error&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help