ballerina/builtin package
Primitives Summary
Type Definitions
Annotations
Name |
Attachement Points |
Data Type |
Description |
Description |
|
docData |
|
Field |
object, type, annotation |
docData |
|
Param |
function, resource |
docData |
|
Return |
function |
docData |
|
final |
type |
- |
Representation of final annotation.
|
readonly |
type |
- |
Representation of readonly annotation.
|
sensitive |
parameter, type |
- |
|
tainted |
parameter, type |
- |
|
untainted |
parameter, type |
- |
|
Objects Summary
Endpoints Summary
Functions Summary
Return Type |
Function and Description |
Global Variables
Name |
Data Type |
Description |
public object $anonRecord$builtin$0
Field Name |
Data Type |
Default Value |
Description |
attributePrefix |
string |
@ |
|
arrayEntryTag |
string |
item |
|
public object $anonRecord$builtin$1
Field Name |
Data Type |
Default Value |
Description |
attributePrefix |
string |
@ |
|
preserveNamespaces |
boolean |
true |
|
public object TableOperationError
TableOperationError struct represents an error occured during a operation over a table.
Field Name |
Data Type |
Default Value |
Description |
message |
string |
|
An error message explaining about the error
|
cause |
error |
|
The error(s) that caused TableOperationError to get thrown
|
public object error
Field Name |
Data Type |
Default Value |
Description |
message |
string |
|
|
cause |
error |
|
|