Langfuse JS/TS SDKs
GitHub
Docs
Preparing search index...
@langfuse/browser
LangfuseBrowserError
Class LangfuseBrowserError
Hierarchy
Error
LangfuseBrowserError
Index
Constructors
constructor
Properties
cause?
errors?
message
name
original
Error?
response?
stack?
status?
Constructors
constructor
new
LangfuseBrowserError
(
message
:
string
,
options
?:
{
errors
?:
IngestionError
[]
;
originalError
?:
unknown
;
response
?:
unknown
;
status
?:
number
;
}
,
)
:
LangfuseBrowserError
Parameters
message
:
string
options
:
{
errors
?:
IngestionError
[]
;
originalError
?:
unknown
;
response
?:
unknown
;
status
?:
number
;
}
= {}
Returns
LangfuseBrowserError
Properties
Optional
cause
cause
?:
unknown
Optional
Readonly
errors
errors
?:
IngestionError
[]
message
message
:
string
name
name
:
string
Optional
Readonly
original
Error
originalError
?:
unknown
Optional
Readonly
response
response
?:
unknown
Optional
stack
stack
?:
string
Optional
Readonly
status
status
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
errors
message
name
original
Error
response
stack
status
GitHub
Docs
Langfuse JS/TS SDKs
Loading...