Skip to content

ErrorCode

Lejla Solak edited this page Feb 10, 2025 · 4 revisions



getId()

Description

Getter for the id field.

Arguments

  • none

Returns

  • int - The value of the id field representing the error code ID.



getName()

Description

Getter for the name field.

Arguments

  • none

Returns

  • String - The value of the name field representing the error code name.



getDescription()

Description

Getter for the description field.

Arguments

  • none

Returns

  • String - The value of the description field representing the error code description.

Possible Values

Response Status and Error Codes page contains a list of all WebRTC error codes and their descriptions.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally