public static interface Result.Message extends Result.Segment
| Modifier and Type | Method and Description | 
|---|---|
int | 
errorCode()
Returns the vendor-specific error code. 
 | 
R2dbcException | 
exception()
Return the error as  
R2dbcException. | 
String | 
message()
Returns the message text. 
 | 
String | 
sqlState()
Returns the SQLState. 
 | 
R2dbcException exception()
R2dbcException.R2dbcException.int errorCode()
@Nullable String sqlState()
String message()
Copyright © 2021. All rights reserved.