ballerina/builtin package

Primitives Summary

Type Description

Type Definitions

Type Values Description

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

Object Description
$anonRecord$builtin$0
$anonRecord$builtin$1
TableOperationError
TableOperationError struct represents an error occured during a operation over a table.
error

Endpoints Summary

Endpoint Description

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