MongoDB\Driver\AuthenticationException
MongoDB\Driver\WriteException::getWriteResult
MongoDB Exceptions
PHP Manual
The MongoDB\Driver\WriteException class
(mongodb >=0.2.0)
導入
クラス概要
MongoDB\Driver\WriteException
extends
MongoDB\Driver\RuntimeException
implements
MongoDB\Driver\Exception
{
/* プロパティ */
protected
$
writeResult
;
/* 継承したプロパティ */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
/* メソッド */
final
public
ReturnType
getWriteResult
(
void
)
/* 継承したメソッド */
final
public
string
Exception::getMessage
(
void
)
final
public
Exception
Exception::getPrevious
(
void
)
final
public
mixed
Exception::getCode
(
void
)
final
public
string
Exception::getFile
(
void
)
final
public
int
Exception::getLine
(
void
)
final
public
array
Exception::getTrace
(
void
)
final
public
string
Exception::getTraceAsString
(
void
)
public
string
Exception::__toString
(
void
)
final
private
void
Exception::__clone
(
void
)
}
プロパティ
writeResult
目次
MongoDB\Driver\WriteException::getWriteResult
— Description
MongoDB\Driver\AuthenticationException
MongoDB\Driver\WriteException::getWriteResult
MongoDB Exceptions
PHP Manual