Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to FMResponseMBS class.
FMResponseMBS.BodySent as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
FMResponseMBS.CURLErrorCode as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Value is zero for success.
(Read only property)
FMResponseMBS.CURLErrorMessage as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
FMResponseMBS.DebugMessages as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
FMResponseMBS.EffectiveURL as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
FMResponseMBS.ErrorCode as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Value is zero for no error.
Value is -1 if higher level things went wrong like the CURL transfer.
(Read only property)
FMResponseMBS.ErrorMessage as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
May be CURL error message if the transfer failed.
(Read only property)
FMResponseMBS.RawResultJSON as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Includes the wrapper and error message entries.
Inner response entry is used to fill ResultJSON and Result properties.
(Read only property)
FMResponseMBS.ResponseCode as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Usually 200 for success. Or 401 for authorization error.
(Read only property)
FMResponseMBS.Result as Variant
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Provided as variant with arrays, dictionary, numbers and strings as needed.
Arrays are arrays of variant and may contain values.
(Read only property)
FMResponseMBS.ResultJSON as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Extracted response from RawResultJSON.
Available parsed as Xojo data via result property.
(Read only property)
The items on this page are in the following plugins: MBS FMAPI Plugin.