Reference > Functions reference > Get functions > Get(LastExternalErrorDetail)
 
Get(LastExternalErrorDetail)
Purpose 
Returns text about errors external to FileMaker that are returned by Get(LastError).
Format 
Get(LastExternalErrorDetail)
Parameters 
None
Data type returned 
text
Originated in 
FileMaker Pro 6.0 or earlier
Description 
For ODBC imports and Execute SQL script steps, returns a detailed ODBC error message.
For working with ODBC data sources in the relationships graph, returns the readable error string that is generated by the ODBC driver.
For actions that attempt to connect to a host securely, returns an SSL certificate error message.
For external script steps, returns an error message if it is specified by the plug-in.
For operations that use cURL options, returns a message from the cURL library or a response code from the server. See Supported cURL options.
For operations that attempt to lock records already in use, returns the name and account of the user currently editing the record.
Examples 
For ODBC imports and Execute SQL script steps, returns [DataDirect][Macintosh ODBC Driver Manager] Data source name not found and no default driver specified (-1) when a data source name wasn’t found and the driver wasn’t specified.
Related topics 
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas
Editing ODBC data sources