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
The body we sent for inspection.

(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
The error code from CURL.

Value is zero for success.
(Read only property)

Some examples using this 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
The error message from CURL.

(Read only property)

Some examples using this 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
The CURL debug messages.

(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
The effective URL used.

(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
The error code from FileMaker server.

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
The error message.

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
The RAW result from server.

Includes the wrapper and error message entries.
Inner response entry is used to fill ResultJSON and Result properties.
(Read only property)

Some examples using this 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
The response code from the HTTP request.

Usually 200 for success. Or 401 for authorization error.
(Read only property)

Some examples using this 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
The parsed result.

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
The JSON from the result.

Extracted response from RawResultJSON.
Available parsed as Xojo data via result property.
(Read only property)

Some examples using this property:

The items on this page are in the following plugins: MBS FMAPI Plugin.


The biggest plugin in space...